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 4a03c8426bee330e75e2a336d81195589f3a09cf..a692bc6fb48f1e260eb01111d344e7fcbd9bf004 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
@@ -675,7 +675,7 @@ void LocalDOMWindow::schedulePostMessage(PassRefPtrWillBeRawPtr<MessageEvent> ev |
{ |
// Schedule the message. |
OwnPtrWillBeRawPtr<PostMessageTimer> timer = adoptPtrWillBeNoop(new PostMessageTimer(*this, event, source, target, stackTrace, UserGestureIndicator::currentToken())); |
- timer->startOneShot(0, FROM_HERE); |
+ timer->startOneShot(0, BLINK_FROM_HERE); |
timer->suspendIfNeeded(); |
m_postMessageTimers.add(timer.release()); |
} |