Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1247)

Unified Diff: Source/core/inspector/injected_script_externs.js

Issue 1174493002: DevTools: rename inspectedWindow to inspectedGlobalObject in InjectedScriptSource.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InjectedScriptSource.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/inspector/InjectedScriptSource.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698