| Index: Source/core/inspector/InjectedScriptExterns.js
|
| diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
|
| index b7d83a2a2d22f981167d924e5f461dd83d841b2d..3172252aba4e394bdfe508aeaf0aa5e3058a077e 100644
|
| --- a/Source/core/inspector/InjectedScriptExterns.js
|
| +++ b/Source/core/inspector/InjectedScriptExterns.js
|
| @@ -141,6 +141,8 @@ JavaScriptCallFrame.prototype.scopeType = function(index) { }
|
|
|
| JavaScriptCallFrame.prototype.restart = function() { }
|
|
|
| +JavaScriptCallFrame.prototype.evaluateGlobal = function() { }
|
| +
|
| /**
|
| * @param {number} scopeNumber
|
| * @param {string} variableName
|
|
|