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

Unified Diff: third_party/WebCore/inspector/InjectedScriptHost.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/InjectedScriptHost.idl
diff --git a/third_party/WebCore/inspector/InjectedScriptHost.idl b/third_party/WebCore/inspector/InjectedScriptHost.idl
index d37a1b80b392053071de158da470abf009dfac75..7a5a580d58d10a63e65d8aacc3ecdc79982bf6e2 100644
--- a/third_party/WebCore/inspector/InjectedScriptHost.idl
+++ b/third_party/WebCore/inspector/InjectedScriptHost.idl
@@ -49,4 +49,6 @@
[Custom] DOMString databaseId(in DOMObject database);
[Custom] DOMString storageId(in DOMObject storage);
[Custom] DOMObject evaluate(in DOMString text);
+ // Only declarative scope (local, with and catch) is accepted. Returns undefined.
+ [Custom] DOMObject setFunctionVariableValue(in DOMObject functionObject, in int scopeIndex, in DOMString variableName, DOMObject newValue);
};

Powered by Google App Engine
This is Rietveld 408576698