| Index: Source/core/inspector/InjectedScriptExterns.js
|
| diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
|
| index 81ac85c3769be278a77478f8ce098d5ba98d710f..a96a33090c0fdc6be17c9a4e1cce9966c85ecb0a 100644
|
| --- a/Source/core/inspector/InjectedScriptExterns.js
|
| +++ b/Source/core/inspector/InjectedScriptExterns.js
|
| @@ -87,11 +87,7 @@
|
| /**
|
| * @param {string} expression
|
| */
|
| -InjectedScriptHostClass.prototype.eval = function(expression) { }
|
| -/**
|
| - * @param {string} expression
|
| - */
|
| -InjectedScriptHostClass.prototype.evaluateWithExceptionDetails = function(expression) { }
|
| +InjectedScriptHostClass.prototype.evaluate = function(expression) { }
|
| /**
|
| * @param {*} fn
|
| */
|
| @@ -147,10 +143,7 @@
|
| JavaScriptCallFrame.prototype.scopeType = function(index) { }
|
|
|
| JavaScriptCallFrame.prototype.restart = function() { }
|
| -/**
|
| - * @param {string} expression
|
| - */
|
| -JavaScriptCallFrame.prototype.evaluateWithExceptionDetails = function(expression) { }
|
| +
|
| /**
|
| * @param {number} scopeNumber
|
| * @param {string} variableName
|
|
|