| Index: Source/core/dom/ExecutionContext.h
|
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
|
| index f5958f45a746ebc35172d166f0373469d9cb6234..8785d7f93c4381621e938eedac3fdcb8d81f5cca 100644
|
| --- a/Source/core/dom/ExecutionContext.h
|
| +++ b/Source/core/dom/ExecutionContext.h
|
| @@ -152,7 +152,7 @@ private:
|
| // LifecycleContext implementation.
|
|
|
| // Implementation details for DOMTimer. No other classes should call these functions.
|
| - int installNewTimeout(PassOwnPtr<ScheduledAction>, int timeout, bool singleShot);
|
| + int installNewTimeout(PassOwnPtr<ScheduledActionBase>, int timeout, bool singleShot);
|
| void removeTimeoutByID(int timeoutID); // This makes underlying DOMTimer instance destructed.
|
|
|
| SandboxFlags m_sandboxFlags;
|
|
|