Index: Source/bindings/core/v8/SerializedScriptValue.h |
diff --git a/Source/bindings/core/v8/SerializedScriptValue.h b/Source/bindings/core/v8/SerializedScriptValue.h |
index 8e9b57622ceeb61d2f66591ca1549a4487b021db..e322a1904c9cefa456f57aead2365e3a70eda74f 100644 |
--- a/Source/bindings/core/v8/SerializedScriptValue.h |
+++ b/Source/bindings/core/v8/SerializedScriptValue.h |
@@ -98,7 +98,7 @@ public: |
// Also validates the elements per sections 4.1.13 and 4.1.15 of the WebIDL spec and section 8.3.3 |
// of the HTML5 spec and generates exceptions as appropriate. |
// Returns true if the array was filled, or false if the passed value was not of an appropriate type. |
- static bool extractTransferables(v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&, v8::Isolate*); |
+ static bool extractTransferables(v8::Isolate*, v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&); |
// Informs the V8 about external memory allocated and owned by this object. Large values should contribute |
// to GC counters to eventually trigger a GC, otherwise flood of postMessage() can cause OOM. |