| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| index 31af7fe6284f203fe09c99ed4d2a61424119d561..4852215dda8b70759ed6862dd0f4056876fa03fb 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| @@ -63,8 +63,6 @@
|
| [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString border;
|
|
|
| // TODO(foolip): These getters and setters are not in the spec.
|
| - [Custom, NotEnumerable] getter boolean (unsigned long index);
|
| - [Custom] setter boolean (unsigned long index, Node value);
|
| [Custom, NotEnumerable] getter Node (DOMString name);
|
| [Custom] setter Node (DOMString name, Node value);
|
| };
|
|
|