Index: trunk/Source/bindings/v8/custom/V8MessageEventCustom.cpp |
=================================================================== |
--- trunk/Source/bindings/v8/custom/V8MessageEventCustom.cpp (revision 170423) |
+++ trunk/Source/bindings/v8/custom/V8MessageEventCustom.cpp (working copy) |
@@ -156,7 +156,7 @@ |
if (!dataArg.IsEmpty()) { |
V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::data(info.GetIsolate()), dataArg); |
- if (DOMWrapperWorld::current(info.GetIsolate())->isIsolatedWorld()) |
+ if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) |
event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(dataArg, info.GetIsolate())); |
} |
} |