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

Unified Diff: content/worker/websharedworker_stub.h

Issue 171943002: Don't terminate SharedWorker while loading the script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | content/worker/websharedworker_stub.cc » ('j') | content/worker/websharedworker_stub.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/websharedworker_stub.h
diff --git a/content/worker/websharedworker_stub.h b/content/worker/websharedworker_stub.h
index 1f9aadd56dfd00a6ec6d6eb55e45b0589b6fd502..d304a5a176aec78e658cc0fccc0e85614f374c6c 100644
--- a/content/worker/websharedworker_stub.h
+++ b/content/worker/websharedworker_stub.h
@@ -69,6 +69,7 @@ class WebSharedWorkerStub : public IPC::Listener {
blink::WebSharedWorker* impl_;
bool running_;
+ bool terminating_;
GURL url_;
scoped_ptr<SharedWorkerDevToolsAgent> worker_devtools_agent_;
« no previous file with comments | « no previous file | content/worker/websharedworker_stub.cc » ('j') | content/worker/websharedworker_stub.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698