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