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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h

Issue 1377813002: Oilpan: fix build after r351269. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use a WeakPersistent<InjectedScriptManager> instead Created 5 years, 3 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: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
index 9756e5617e899c0e9fdd6f177cdf37d5f137963e..3f2a42b8c24db02cfb64e29e4df0668dbc62138c 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
@@ -66,7 +66,7 @@ protected:
virtual void disableStackCapturingIfNeeded() = 0;
RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
- RawPtrWillBeMember<V8DebuggerAgent> m_debuggerAgent;
+ V8DebuggerAgent* m_debuggerAgent;
bool m_enabled;
};

Powered by Google App Engine
This is Rietveld 408576698