| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 50c771fd58eadf91b73e4f5d8c40583a17a77843..47deef1896e4402eab4bdea8b6665d40cedc6f7a 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -2427,7 +2427,7 @@ v8::Handle<v8::Object> Node::wrap(v8::Handle<v8::Object> creationContext, v8::Is
|
|
|
| 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 (UNLIKELY(wrapper.IsEmpty()))
|
| return wrapper;
|
|
|
|
|