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

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

Issue 19064004: Support re-reading scope variables in protocol and on backed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: clean Created 7 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698