Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h |
index 1915382a9e413c15b9a4d4bfebc4c4c928afb78d..e978afe983993de8c43322ee377880b24d083ac0 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h |
@@ -34,6 +34,7 @@ public: |
V8DebuggerImpl* debugger() const { return m_debugger; } |
V8DebuggerAgentImpl* debuggerAgentImpl() { return m_debuggerAgent.get(); } |
+ V8ProfilerAgentImpl* profilerAgentImpl() { return m_profilerAgent.get(); } |
V8RuntimeAgentImpl* runtimeAgentImpl() { return m_runtimeAgent.get(); } |
int contextGroupId() const { return m_contextGroupId; } |