diff options
Diffstat (limited to 'third_party/WebKit/public/web/WebDevToolsAgent.h')
-rw-r--r-- | third_party/WebKit/public/web/WebDevToolsAgent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/public/web/WebDevToolsAgent.h b/third_party/WebKit/public/web/WebDevToolsAgent.h index 4a6019e..8cba0af 100644 --- a/third_party/WebKit/public/web/WebDevToolsAgent.h +++ b/third_party/WebKit/public/web/WebDevToolsAgent.h @@ -55,6 +55,7 @@ public: virtual void failedToRequestDevTools() = 0; // Exposed for TestRunner. + virtual void evaluateInWebInspector(long callId, const WebString& script) = 0; virtual WebString evaluateInWebInspectorOverlay(const WebString& script) = 0; class MessageDescriptor { |