Index: third_party/WebKit/Source/devtools/front_end/devtools.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/devtools.js b/third_party/WebKit/Source/devtools/front_end/devtools.js |
index 84325f7a375c5d474f2db25a60f46089e56e7a62..e98419de797b090bffedc853241d64a909dd2a31 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/devtools.js |
+++ b/third_party/WebKit/Source/devtools/front_end/devtools.js |
@@ -158,15 +158,6 @@ |
enterInspectElementMode: function() |
{ |
this._dispatchOnInspectorFrontendAPI("enterInspectElementMode", []); |
- }, |
- |
- /** |
- * @param {number} callId |
- * @param {string} script |
- */ |
- evaluateForTestInFrontend: function(callId, script) |
- { |
- this._dispatchOnInspectorFrontendAPI("evaluateForTestInFrontend", [callId, script]); |
}, |
/** |