Index: Source/bindings/core/v8/PostMessage.h |
diff --git a/Source/bindings/core/v8/PostMessage.h b/Source/bindings/core/v8/PostMessage.h |
index b86a45c96a21aa340f198d4faeae8987bb13b495..a73775eab2ea61077ae01e206b9d8742fd9bbd44 100644 |
--- a/Source/bindings/core/v8/PostMessage.h |
+++ b/Source/bindings/core/v8/PostMessage.h |
@@ -37,7 +37,7 @@ void postMessageMethodCommon(const char* interfaceName, Type* instance, const v8 |
return; |
} |
} |
- RefPtr<SerializedScriptValue> message = SerializedScriptValueFactory::instance().create(info[0], &ports, &arrayBuffers, exceptionState, info.GetIsolate()); |
+ RefPtr<SerializedScriptValue> message = SerializedScriptValueFactory::instance().create(info.GetIsolate(), info[0], &ports, &arrayBuffers, exceptionState); |
if (exceptionState.throwIfNeeded()) |
return; |
// FIXME: Only pass context/exceptionState if instance really requires it. |