Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
index 51da5e3e2bdaee531e70ec17ecdfa6c5be6f74a8..124b7c3d62113c37892dd0e004ea0d094fee483d 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -118,7 +118,6 @@ public: |
bool isContextThread() const final; |
bool isJSExecutionForbidden() const final; |
- double timerAlignmentInterval() const final; |
DOMTimerCoordinator* timers() final; |
WorkerInspectorController* workerInspectorController() { return m_workerInspectorController.get(); } |