Index: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js |
index 5cf2cf8596608d42ceab2f0893d247b2621e65df..553e41941642a08e7860ddf00f6e465241f1d5f6 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js |
+++ b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js |
@@ -78,13 +78,6 @@ InjectedScriptHostClass.prototype.getEventListeners = function(target) {} |
InjectedScriptHostClass.prototype.eval = function(text) {} |
/** |
- * @param {string} text |
- * @param {!Object=} commandLineAPI |
- * @return {*} |
- */ |
-InjectedScriptHostClass.prototype.evaluateWithExceptionDetails = function(text, commandLineAPI) {} |
- |
-/** |
* @param {*} fn |
*/ |
InjectedScriptHostClass.prototype.debugFunction = function(fn) {} |