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

Unified Diff: Source/core/inspector/InjectedScriptHost.h

Issue 1030163002: Oilpan: fix build after r192519. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptHost.h
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
index f7ed647bd2596ecf27191861e03950009c02a673..5940e023ede13eee6df9b9b849d242cbf481a8db 100644
--- a/Source/core/inspector/InjectedScriptHost.h
+++ b/Source/core/inspector/InjectedScriptHost.h
@@ -106,7 +106,7 @@ private:
RawPtrWillBeMember<InspectorConsoleAgent> m_consoleAgent;
RawPtrWillBeMember<InspectorDebuggerAgent> m_debuggerAgent;
OwnPtr<InspectCallback> m_inspectCallback;
- ScriptDebugServer* m_scriptDebugServer;
+ RawPtrWillBeMember<ScriptDebugServer> m_scriptDebugServer;
Vector<OwnPtr<InspectableObject> > m_inspectedObjects;
OwnPtr<InspectableObject> m_defaultInspectableObject;
};
« no previous file with comments | « no previous file | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698