| Index: Source/bindings/tests/results/V8TestEventTarget.h
|
| diff --git a/Source/bindings/tests/results/V8TestEventTarget.h b/Source/bindings/tests/results/V8TestEventTarget.h
|
| index 4aa821af8151689bd5d1c2937e964b796fac71d8..7871a4935faa09c8dae399c071c396166d3c1382 100644
|
| --- a/Source/bindings/tests/results/V8TestEventTarget.h
|
| +++ b/Source/bindings/tests/results/V8TestEventTarget.h
|
| @@ -81,7 +81,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestEventTarget*
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestEventTarget* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|