| Index: third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.idl b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| index a7e8425bdd46a4e6c03458036d9b47da83c02de4..6b7ddc5b22f47d3a6d619fc8ec7ebdf71dedd9d5 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| @@ -30,7 +30,7 @@
|
| ] interface DOMTokenList {
|
| readonly attribute unsigned long length;
|
| getter DOMString? item(unsigned long index);
|
| - [RaisesException] boolean contains(DOMString token);
|
| + boolean contains(DOMString token);
|
| [RaisesException, CEReactions, CustomElementCallbacks] void add(DOMString... tokens);
|
| [RaisesException, CEReactions, CustomElementCallbacks] void remove(DOMString... tokens);
|
| [RaisesException, CEReactions, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
|
|
|