| Index: Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp
|
| diff --git a/Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp b/Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp
|
| index da0a0a849906bf710e06cb8fe0404844eb599b12..b2f1c8d7489e6f97c77d920b9cf821198ce3db90 100644
|
| --- a/Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp
|
| +++ b/Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp
|
| @@ -162,7 +162,7 @@ void V8CustomElementLifecycleCallbacks::created(Element* element)
|
|
|
| v8::Context::Scope scope(context);
|
|
|
| - v8::Handle<v8::Object> receiver = DOMDataStore::current(isolate)->get<V8Element>(element, isolate);
|
| + v8::Handle<v8::Object> receiver = DOMDataStore::current(isolate).get<V8Element>(element, isolate);
|
| if (!receiver.IsEmpty()) {
|
| // Swizzle the prototype of the existing wrapper. We don't need to
|
| // worry about non-existent wrappers; they will get the right
|
|
|