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

Unified Diff: third_party/WebCore/html/DOMTokenList.idl

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « third_party/WebCore/dom/Document.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/DOMTokenList.idl
diff --git a/third_party/WebCore/html/DOMTokenList.idl b/third_party/WebCore/html/DOMTokenList.idl
index cf57e1aeef96e2967500ee17e50f42fd089c672b..85ef1092c71a11932ad0e7a56ca43a555abd08aa 100644
--- a/third_party/WebCore/html/DOMTokenList.idl
+++ b/third_party/WebCore/html/DOMTokenList.idl
@@ -31,8 +31,8 @@ module core {
readonly attribute unsigned long length;
[TreatReturnedNullStringAs=Null] DOMString item(in unsigned long index);
boolean contains(in DOMString token) raises(DOMException);
- void add(in DOMString token) raises(DOMException);
- void remove(in DOMString token) raises(DOMException);
+ void add(in DOMString... tokens) raises(DOMException);
+ void remove(in DOMString... tokens) raises(DOMException);
boolean toggle(in DOMString token) raises(DOMException);
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698