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