Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp |
index 87db5f03090c7bc7020a0b20236c1a6ea0f9d741..0c7632faa8357958406d1d968573dac07c91caa2 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp |
@@ -7700,7 +7700,8 @@ static void postMessageImpl(const char* interfaceName, TestObject* instance, con |
// FIXME: Only pass scriptState/exceptionState if instance really requires it. |
ScriptState* scriptState = ScriptState::current(info.GetIsolate()); |
- instance->postMessage(scriptState, message.release(), transferables.messagePorts, exceptionState); |
+ instance->postMessage(scriptState, message.get(), transferables.messagePorts, exceptionState); |
+ message->unregisterMemoryAllocatedByCurrentScriptContext(); |
} |
static void activityLoggingForAllWorldsPerWorldBindingsVoidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& info) { |