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