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