| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index 785f15887741aa1562e9c8c165092844f43adf85..ac5c385d33fcda6b64d8e4f50743775b2d055d80 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -688,11 +688,6 @@ void LocalDOMWindow::postMessageTimerFired(PostMessageTimer* timer)
|
|
|
| event->entangleMessagePorts(document());
|
|
|
| - // Temporary instrumentation for http://crbug.com/621730.
|
| - WTF::debug::ScopedCrashKey("postmessage_src_origin", event->origin().utf8().data());
|
| - WTF::debug::ScopedCrashKey("postmessage_dst_origin", document()->getSecurityOrigin()->toRawString().utf8().data());
|
| - WTF::debug::ScopedCrashKey("postmessage_dst_url", document()->url().getString().utf8().data());
|
| -
|
| dispatchMessageEventWithOriginCheck(timer->targetOrigin(), event, timer->takeLocation());
|
| }
|
|
|
|
|