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 f2c8c613d1f07f74998e1f2f0acc8951a55dcb9f..215d8e41b7ae747c2569b5ac0503cb0aa9fd6a17 100644 |
--- a/third_party/WebKit/Source/core/frame/SuspendableTimer.h |
+++ b/third_party/WebKit/Source/core/frame/SuspendableTimer.h |
@@ -39,7 +39,7 @@ public: |
~SuspendableTimer() override; |
// ActiveDOMObject |
- bool hasPendingActivity() const final; |
+ bool hasPendingActivity() const; |
void stop() override; |
void suspend() final; |
void resume() final; |