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

Unified Diff: Source/web/WebEmbeddedWorkerImpl.h

Issue 413993002: LeakDetector: Terminate all WebEmbeddedWorkerImpl before counting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | Source/web/WebEmbeddedWorkerImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEmbeddedWorkerImpl.h
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
index d7373526748b621ce9e7927d07d693fa628c7bf1..ef1082d303e28f14030fb31472544dfacee96157 100644
--- a/Source/web/WebEmbeddedWorkerImpl.h
+++ b/Source/web/WebEmbeddedWorkerImpl.h
@@ -57,6 +57,8 @@ public:
PassOwnPtr<WebWorkerPermissionClientProxy>);
virtual ~WebEmbeddedWorkerImpl();
+ static void terminateAll();
+
// WebEmbeddedWorker overrides.
virtual void startWorkerContext(const WebEmbeddedWorkerStartData&) OVERRIDE;
virtual void resumeAfterDownload() OVERRIDE;
@@ -67,7 +69,6 @@ public:
virtual void detachDevTools() OVERRIDE;
virtual void dispatchDevToolsMessage(const WebString&) OVERRIDE;
-
private:
class Loader;
class LoaderProxy;
« no previous file with comments | « no previous file | Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | Source/web/WebEmbeddedWorkerImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698