| Index: Source/core/inspector/InjectedScriptExterns.js
|
| diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
|
| index 30765687c6eedea4c97d240de854c49cd2f518ab..481886db13b356b1cc6ca4a511c7df0d45623904 100644
|
| --- a/Source/core/inspector/InjectedScriptExterns.js
|
| +++ b/Source/core/inspector/InjectedScriptExterns.js
|
| @@ -146,6 +146,8 @@ JavaScriptCallFrame.prototype.scopeType = function(index) { }
|
|
|
| JavaScriptCallFrame.prototype.restart = function() { }
|
|
|
| +JavaScriptCallFrame.prototype.rereadScopes = function() { }
|
| +
|
| /**
|
| * @param {number} scopeNumber
|
| * @param {string} variableName
|
|
|