Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: Source/core/workers/WorkerGlobalScope.h

Issue 19801002: Drop [LegacyImplementedInBaseClass] attribute from WindowTimers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698