Index: WebCore/bridge/qt/qt_runtime.cpp |
=================================================================== |
--- WebCore/bridge/qt/qt_runtime.cpp (revision 10232) |
+++ WebCore/bridge/qt/qt_runtime.cpp (working copy) |
@@ -123,7 +123,7 @@ |
return Boolean; |
else if (val.isNull()) |
return Null; |
- else if (exec->interpreter()->isJSByteArray(val)) |
+ else if (isJSByteArray(&exec->globalData(), val)) |
return JSByteArray; |
else if (val.isObject()) { |
JSObject *object = val.toObject(exec); |