Index: Source/bindings/tests/results/core/V8ArrayBuffer.cpp |
diff --git a/Source/bindings/tests/results/core/V8ArrayBuffer.cpp b/Source/bindings/tests/results/core/V8ArrayBuffer.cpp |
index 1ff7d6a64f755eeade60a31a69e85a4d93a3ca3c..8c76ad7e68e57de4dfffa7f91ca915471a772c55 100644 |
--- a/Source/bindings/tests/results/core/V8ArrayBuffer.cpp |
+++ b/Source/bindings/tests/results/core/V8ArrayBuffer.cpp |
@@ -54,7 +54,7 @@ TestArrayBuffer* V8ArrayBuffer::toImpl(v8::Handle<v8::Object> object) |
// DOMArrayBufferDeallocationObserver::blinkAllocatedMemory. |
buffer->buffer()->setDeallocationObserverWithoutAllocationNotification( |
DOMArrayBufferDeallocationObserver::instance()); |
- buffer->associateWithWrapper(buffer->wrapperTypeInfo(), object, v8::Isolate::GetCurrent()); |
+ buffer->associateWithWrapper(v8::Isolate::GetCurrent(), buffer->wrapperTypeInfo(), object); |
return buffer.get(); |
} |