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