Index: Source/core/dom/DOMArrayBuffer.cpp |
diff --git a/Source/core/dom/DOMArrayBuffer.cpp b/Source/core/dom/DOMArrayBuffer.cpp |
index 793534ef6404cd1b212a5dba94c0efed2c85f5ca..a42d5160002b5d4dbb68a40cc09ce9d91905062c 100644 |
--- a/Source/core/dom/DOMArrayBuffer.cpp |
+++ b/Source/core/dom/DOMArrayBuffer.cpp |
@@ -37,7 +37,7 @@ v8::Handle<v8::Object> DOMArrayBuffer::associateWithWrapper(const WrapperTypeInf |
// This function does not set a deallocation observer to the underlying |
// array buffer. It's a caller's duty. |
- return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperTypeInfo, wrapper, isolate); |
+ return V8DOMWrapper::associateObjectWithWrapperNonTemplate(isolate, this, wrapperTypeInfo, wrapper); |
} |
} // namespace blink |