| Index: trunk/Source/bindings/v8/CustomElementWrapper.cpp
|
| ===================================================================
|
| --- trunk/Source/bindings/v8/CustomElementWrapper.cpp (revision 170423)
|
| +++ trunk/Source/bindings/v8/CustomElementWrapper.cpp (working copy)
|
| @@ -95,7 +95,7 @@
|
| // to never pass an empty creation context.
|
| v8::Handle<v8::Context> context = creationContext.IsEmpty() ? isolate->GetCurrentContext() : creationContext->CreationContext();
|
|
|
| - if (!element->isUpgradedCustomElement() || DOMWrapperWorld::world(context)->isIsolatedWorld())
|
| + if (!element->isUpgradedCustomElement() || DOMWrapperWorld::world(context).isIsolatedWorld())
|
| return createUpgradeCandidateWrapper(element.get(), creationContext, isolate, createSpecificWrapper);
|
|
|
| V8PerContextData* perContextData = V8PerContextData::from(context);
|
|
|