| Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| index fa4c425f50ca3792e30e0abd485d03d67e9fa5dc..e90da6471733a7e57e5b5d4d03ef8225c123c4ee 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
|
| @@ -38,8 +38,6 @@
|
| [CEReactions, Reflect] attribute DOMString name;
|
|
|
| // FIXME: None of these getters and setters are 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);
|
| };
|
|
|