| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index ee4af7d56290b1a7a6f51322ebe5c0ac9bf992f9..49b7e8f3d45a3c7cae986a649035245dcda88248 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -89,7 +89,6 @@ public:
|
| virtual LocalDOMWindow* executingWindow() { return 0; }
|
| virtual String userAgent() const = 0;
|
| virtual void postTask(const WebTraceLocation&, PassOwnPtr<ExecutionContextTask>) = 0; // Executes the task on context's thread asynchronously.
|
| - virtual double timerAlignmentInterval() const = 0;
|
|
|
| // Gets the DOMTimerCoordinator which maintains the "active timer
|
| // list" of tasks created by setTimeout and setInterval. The
|
|
|