Index: third_party/WebKit/Source/core/inspector/DevToolsHost.h |
diff --git a/third_party/WebKit/Source/core/inspector/DevToolsHost.h b/third_party/WebKit/Source/core/inspector/DevToolsHost.h |
index 01d167043ec2ff898ae764ef77001a0e0dd058d2..5b812bca84f9fb9751884e57082540c4f855673f 100644 |
--- a/third_party/WebKit/Source/core/inspector/DevToolsHost.h |
+++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.h |
@@ -77,7 +77,9 @@ public: |
void clearMenuProvider() { m_menuProvider = nullptr; } |
private: |
+ friend class FrontendMenuProvider; |
dgozman
2016/01/26 02:45:14
This is from another patch.
pfeldman
2016/01/27 01:24:09
Done.
|
DevToolsHost(InspectorFrontendClient*, LocalFrame* frontendFrame); |
+ void evaluateScript(const String&); |
InspectorFrontendClient* m_client; |
RawPtrWillBeMember<LocalFrame> m_frontendFrame; |