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

Unified Diff: content/common/content_client.cc

Issue 6990059: DevTools: devtools message plumbing between worker and page processes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/common/content_client.cc
diff --git a/content/common/content_client.cc b/content/common/content_client.cc
index 20ef855a80de5aae7f4fa590dd977da987161a16..19b7ab6ac5bcc0af6f06078780ad6a72dee90a17 100644
--- a/content/common/content_client.cc
+++ b/content/common/content_client.cc
@@ -17,7 +17,7 @@ ContentClient* GetContentClient() {
}
ContentClient::ContentClient() :
- browser_(NULL), plugin_(NULL), renderer_(NULL) {
+ browser_(NULL), plugin_(NULL), renderer_(NULL), worker_(NULL) {
}
ContentClient::~ContentClient() {

Powered by Google App Engine
This is Rietveld 408576698