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

Unified Diff: content/renderer/websharedworker_proxy.cc

Issue 6990059: DevTools: devtools message plumbing between worker and page processes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed extra line Created 9 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 | « content/content_worker.gypi ('k') | content/renderer/webworker_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/websharedworker_proxy.cc
diff --git a/content/renderer/websharedworker_proxy.cc b/content/renderer/websharedworker_proxy.cc
index 203ec6bb39b9260c5b1297f6ec4548b5fdce6f39..9bd48b41ce499f31d42964d10229612e18d9679b 100644
--- a/content/renderer/websharedworker_proxy.cc
+++ b/content/renderer/websharedworker_proxy.cc
@@ -18,7 +18,8 @@ WebSharedWorkerProxy::WebSharedWorkerProxy(ChildThread* child_thread,
document_id,
exists ? route_id : MSG_ROUTING_NONE,
render_view_route_id,
- 0),
+ 0,
+ NULL),
pending_route_id_(route_id),
connect_listener_(NULL) {
}
« no previous file with comments | « content/content_worker.gypi ('k') | content/renderer/webworker_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698