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

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

Issue 1638563002: DevTools: migrate ScriptFunctionCall off ScriptValue (to be inlined into the InjectedScript.cpp). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready for review Created 4 years, 11 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/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;

Powered by Google App Engine
This is Rietveld 408576698