| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 023c8502de685fe77ee043a506c635694f3f268a..65e8f988da5bfef82a56d48b61bda10a61be92ab 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -3233,7 +3233,7 @@ v8::Handle<v8::Object> Element::wrapCustomElement(v8::Handle<v8::Object> creatio
|
| return ContainerNode::wrap(creationContext, isolate);
|
|
|
| const WrapperTypeInfo* wrapperType = wrapperTypeInfo();
|
| - v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScriptWrappableBase(), isolate);
|
| + v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(isolate, creationContext, wrapperType, toScriptWrappableBase());
|
| if (wrapper.IsEmpty())
|
| return v8::Handle<v8::Object>();
|
|
|
|
|