| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| index 6ed085e04cb4f01be613b013a9fea3753e86bd46..31c776e3a29608b1ebfaa442fd4cff6aaaa7ec36 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -676,6 +676,11 @@
|
| ClientMessageLoopAdapter::pauseForCreateWindow(m_webLocalFrameImpl);
|
| }
|
|
|
| +void WebDevToolsAgentImpl::evaluateInWebInspector(long callId, const WebString& script)
|
| +{
|
| + m_inspectorAgent->evaluateForTestInFrontend(callId, script);
|
| +}
|
| +
|
| WebString WebDevToolsAgentImpl::evaluateInWebInspectorOverlay(const WebString& script)
|
| {
|
| if (!m_overlay)
|
|
|