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

Unified Diff: core/inspector/JavaScriptCallFrame.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/inspector/InspectorInstrumentation.idl ('k') | core/loader/appcache/DOMApplicationCache.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/inspector/JavaScriptCallFrame.idl
diff --git a/core/inspector/JavaScriptCallFrame.idl b/core/inspector/JavaScriptCallFrame.idl
index 86ae41d596f757aae4415b7b42b830ecbf8a76ca..fa31924cfc5ae38b1c2a785e742c9878985f824e 100644
--- a/core/inspector/JavaScriptCallFrame.idl
+++ b/core/inspector/JavaScriptCallFrame.idl
@@ -37,8 +37,8 @@
[Custom] void evaluate(DOMString script);
[Custom] any restart();
-
- // Only declarative scope (local, with and catch) is accepted. Returns undefined.
+
+ // Only declarative scope (local, with and catch) is accepted. Returns undefined.
[Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue);
readonly attribute JavaScriptCallFrame caller;
@@ -48,6 +48,7 @@
[CustomGetter] readonly attribute Array scopeChain;
[Custom] unsigned short scopeType(long scopeIndex);
[CustomGetter] readonly attribute Object thisObject;
+ readonly attribute DOMString stepInPositions;
readonly attribute DOMString functionName;
[CustomGetter] readonly attribute DOMString type;
};
« no previous file with comments | « core/inspector/InspectorInstrumentation.idl ('k') | core/loader/appcache/DOMApplicationCache.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698