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..fe18693def9f5c440b25179ed86e6805c5f78bf2 100644 |
--- a/third_party/WebKit/Source/core/inspector/DevToolsHost.h |
+++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.h |
@@ -77,7 +77,10 @@ public: |
void clearMenuProvider() { m_menuProvider = nullptr; } |
private: |
+ friend class FrontendMenuProvider; |
+ |
DevToolsHost(InspectorFrontendClient*, LocalFrame* frontendFrame); |
+ void evaluateScript(const String&); |
InspectorFrontendClient* m_client; |
RawPtrWillBeMember<LocalFrame> m_frontendFrame; |