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

Unified Diff: Source/core/inspector/JavaScriptCallFrame.idl

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/JavaScriptCallFrame.idl
diff --git a/Source/core/inspector/JavaScriptCallFrame.idl b/Source/core/inspector/JavaScriptCallFrame.idl
index 86ae41d596f757aae4415b7b42b830ecbf8a76ca..828b1bd0d4db682dcbbd34b437909fb6a147acaf 100644
--- a/Source/core/inspector/JavaScriptCallFrame.idl
+++ b/Source/core/inspector/JavaScriptCallFrame.idl
@@ -37,6 +37,7 @@
[Custom] void evaluate(DOMString script);
[Custom] any restart();
+ void rereadScopes();
// Only declarative scope (local, with and catch) is accepted. Returns undefined.
[Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue);

Powered by Google App Engine
This is Rietveld 408576698