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

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

Issue 1298843002: Oilpan: Fix compile after r200678. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/core/inspector/InspectorDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
index 1ff6282d44d7de7872378859d742e7bfe9331616..38fbf2bfa73e78a13b270e395f7e9fc9207a9f72 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -42,6 +42,7 @@ class CORE_EXPORT InspectorDebuggerAgent
, public V8DebuggerAgent::Client {
public:
~InspectorDebuggerAgent() override;
+ DECLARE_VIRTUAL_TRACE();
// InspectorBackendDispatcher::DebuggerCommandHandler implementation.
void enable(ErrorString*) override;
@@ -108,7 +109,7 @@ public:
protected:
InspectorDebuggerAgent(InjectedScriptManager*, V8Debugger*, int contextGroupId);
- OwnPtr<V8DebuggerAgent> m_v8DebuggerAgent;
+ OwnPtrWillBeMember<V8DebuggerAgent> m_v8DebuggerAgent;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/inspector/InspectorDebuggerAgent.cpp » ('j') | Source/core/inspector/V8DebuggerAgent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698