| 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 c5ca7957a0dd76264f230c575843ac312fac627c..38320032e7f7d051e74449ef4ad3d9e26bc2577d 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -104,7 +104,7 @@ class PostMessageTimer final
|
| PassRefPtr<SecurityOrigin> targetOrigin,
|
| std::unique_ptr<SourceLocation> location,
|
| UserGestureToken* userGestureToken)
|
| - : SuspendableTimer(window.document(), TaskType::Timer),
|
| + : SuspendableTimer(window.document(), TaskType::PostedMessage),
|
| m_event(event),
|
| m_window(&window),
|
| m_targetOrigin(targetOrigin),
|
|
|