| Index: Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
|
| index d8826a5b98437cd7c8ba72b8a825115c37265cfe..c4b4176eb09dcd6ee2c17e4b2aa94be6ac820562 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/Source/core/workers/WorkerGlobalScope.h
|
| @@ -90,12 +90,6 @@ namespace WebCore {
|
| virtual void importScripts(const Vector<String>& urls, ExceptionCode&);
|
| WorkerNavigator* navigator() const;
|
|
|
| - // Timers
|
| - int setTimeout(PassOwnPtr<ScheduledAction>, int timeout);
|
| - void clearTimeout(int timeoutId);
|
| - int setInterval(PassOwnPtr<ScheduledAction>, int timeout);
|
| - void clearInterval(int timeoutId);
|
| -
|
| // ScriptExecutionContext
|
| virtual WorkerEventQueue* eventQueue() const OVERRIDE;
|
|
|
|
|