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 0a0c4cb4f0b8d8295f4e366fce19229b0d15b65a..b03f823e8bed6e7c21d67cf3203047be404dfb8f 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -120,7 +120,6 @@ public: |
bool isContextThread() const final; |
bool isJSExecutionForbidden() const final; |
- double timerAlignmentInterval() const final; |
DOMTimerCoordinator* timers() final; |
WorkerInspectorController* workerInspectorController() { return m_workerInspectorController.get(); } |