| 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 16a106af6f334729a711488ed33f734152616d73..1addca5077bc3d0999071339d7395080fa2b931f 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| @@ -37,8 +37,4 @@
|
| [CEReactions] attribute DOMString value;
|
| stringifier;
|
| iterable<DOMString>;
|
| -
|
| -
|
| - // FIXME: This getter is not in the spec.
|
| - [ImplementedAs=item] getter DOMString? (unsigned long index);
|
| };
|
|
|