| Index: trunk/Source/bindings/v8/custom/V8TypedArrayCustom.h
|
| ===================================================================
|
| --- trunk/Source/bindings/v8/custom/V8TypedArrayCustom.h (revision 170423)
|
| +++ trunk/Source/bindings/v8/custom/V8TypedArrayCustom.h (working copy)
|
| @@ -91,7 +91,7 @@
|
| template<typename CallbackInfo>
|
| static void v8SetReturnValueForMainWorld(const CallbackInfo& info, TypedArray* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(info.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(info);
|
| return;
|
|
|