| Index: third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| index 6907ffbbc143488e7734e8c1e5bfda87f05f0c10..c0838a4f0fdd8a0cb3c7c9c010ddf1f031bc06e8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -28,9 +28,9 @@
|
| // inherits item()
|
| [RaisesException=Setter] attribute unsigned long length; // shadows inherited length
|
| // FIXME: The spec has a legacycaller HTMLOptionElement? (DOMString name);
|
| - [RaisesException] setter void (unsigned long index, HTMLOptionElement? option);
|
| - [RaisesException] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
| - void remove(long index);
|
| + [CEReactions, RaisesException] setter void (unsigned long index, HTMLOptionElement? option);
|
| + [CEReactions, RaisesException] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
| + [CEReactions] void remove(long index);
|
| attribute long selectedIndex;
|
| // FIXME: Neither of these getters are in the spec, and the
|
| // getters inherited from HTMLCollection always return an Element.
|
|
|