Index: third_party/WebKit/Source/core/frame/SuspendableTimer.h |
diff --git a/third_party/WebKit/Source/core/frame/SuspendableTimer.h b/third_party/WebKit/Source/core/frame/SuspendableTimer.h |
index 01cd04d19a8d794193e09561261b93257c4587df..56cc76dfa31fce5753ce0d9eb17a6e77af1b5c7c 100644 |
--- a/third_party/WebKit/Source/core/frame/SuspendableTimer.h |
+++ b/third_party/WebKit/Source/core/frame/SuspendableTimer.h |
@@ -35,7 +35,7 @@ namespace blink { |
class CORE_EXPORT SuspendableTimer : public TimerBase, public ActiveDOMObject { |
public: |
- explicit SuspendableTimer(ExecutionContext*); |
+ explicit SuspendableTimer(ExecutionContext*, TaskType); |
~SuspendableTimer() override; |
// ActiveDOMObject |