git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix the Qt build.
[WebKit-https.git]
/
WebCore
/
bridge
/
qt
/
qt_runtime.cpp
diff --git
a/WebCore/bridge/qt/qt_runtime.cpp
b/WebCore/bridge/qt/qt_runtime.cpp
index
eb5e184
..
c53084e
100644
(file)
--- a/
WebCore/bridge/qt/qt_runtime.cpp
+++ b/
WebCore/bridge/qt/qt_runtime.cpp
@@
-104,7
+104,7
@@
static JSRealType valueRealType(ExecState* exec, JSValue* val)
return Date;
else if (object->inherits(&RegExpImp::info))
return RegExp;
- else if (object->inherits(&RuntimeObjectImp::info))
+ else if (object->inherits(&RuntimeObjectImp::
s_
info))
return QObj;
return Object;
}