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

Unified Diff: third_party/WebCore/inspector/JavaScriptCallFrame.idl

Issue 12316066: Update WebKit idl files after chrome roll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove deltaMode from WheelEvent template. Created 7 years, 10 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: third_party/WebCore/inspector/JavaScriptCallFrame.idl
diff --git a/third_party/WebCore/inspector/JavaScriptCallFrame.idl b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
index 3c1d31da5fc4e939c025cf5cc0053948319b5167..e9e53d8aedb72d84ab3f57bb16fc93d4c830c251 100644
--- a/third_party/WebCore/inspector/JavaScriptCallFrame.idl
+++ b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
@@ -39,6 +39,9 @@
[Custom] void evaluate(in DOMString script);
[Custom] DOMObject restart();
+
+ // Only declarative scope (local, with and catch) is accepted. Returns undefined.
+ [Custom] DOMObject setVariableValue(in int scopeIndex, in DOMString variableName, DOMObject newValue);
readonly attribute JavaScriptCallFrame caller;
readonly attribute long sourceID;

Powered by Google App Engine
This is Rietveld 408576698