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

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

Issue 1131183003: WorkerThread: Remove willEnterNestedLoop() and didLeaveNestedLoop(). Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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
« no previous file with comments | « Source/core/inspector/WorkerInspectorController.cpp ('k') | Source/core/workers/WorkerThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerThread.h
diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
index 38352bd1ad6fdb55dd0929b8f73310c828f44454..4ffde616c3783cf166afe5347eaf1fa2276c4e4e 100644
--- a/Source/core/workers/WorkerThread.h
+++ b/Source/core/workers/WorkerThread.h
@@ -99,11 +99,6 @@ public:
enum WaitMode { WaitForMessage, DontWaitForMessage };
MessageQueueWaitResult runDebuggerTask(WaitMode = WaitForMessage);
- // These methods should be called if the holder of the thread is
- // going to call runDebuggerTask in a loop.
- void willEnterNestedLoop();
- void didLeaveNestedLoop();
-
WorkerGlobalScope* workerGlobalScope() const { return m_workerGlobalScope.get(); }
bool terminated();
« no previous file with comments | « Source/core/inspector/WorkerInspectorController.cpp ('k') | Source/core/workers/WorkerThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698