| Index: Source/core/inspector/injected_script_externs.js
|
| diff --git a/Source/core/inspector/injected_script_externs.js b/Source/core/inspector/injected_script_externs.js
|
| index 60e0bd00822fb14ea8022ef26b1f8805636f559c..b6c28432227176e9bc7a4371f6748792d70e1c8d 100644
|
| --- a/Source/core/inspector/injected_script_externs.js
|
| +++ b/Source/core/inspector/injected_script_externs.js
|
| @@ -226,6 +226,6 @@ JavaScriptCallFrame.prototype.scopeType = function(scopeIndex) {}
|
|
|
|
|
| /** @type {!Window} */
|
| -var inspectedWindow;
|
| +var inspectedGlobalObject;
|
| /** @type {number} */
|
| var injectedScriptId;
|
|
|