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

Unified Diff: webkit/api/public/WebWorker.h

Issue 266036: Fix another race condition on worker process shutdown that results in use-aft... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | webkit/glue/webworker_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebWorker.h
===================================================================
--- webkit/api/public/WebWorker.h (revision 28613)
+++ webkit/api/public/WebWorker.h (working copy)
@@ -53,6 +53,7 @@
const WebString&,
const WebMessagePortChannelArray&) = 0;
virtual void workerObjectDestroyed() = 0;
+ virtual void clientDestroyed() = 0;
};
} // namespace WebKit
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | webkit/glue/webworker_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698