| 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 c2a0e5943e1391e0b004e34300633040757996f2..25913134a6d4d898d636fb6e5ae0830d16668495 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| @@ -7696,6 +7696,8 @@ static void postMessageImpl(const char* interfaceName, TestObject* instance, con
|
| return;
|
| }
|
|
|
| + message->unregisterMemoryAllocatedByCurrentScriptContext();
|
| +
|
| // FIXME: Only pass scriptState/exceptionState if instance really requires it.
|
| ScriptState* scriptState = ScriptState::current(info.GetIsolate());
|
| instance->postMessage(scriptState, message.release(), transferables.messagePorts, exceptionState);
|
|
|