| Index: Source/core/html/DOMTokenList.idl
|
| diff --git a/Source/core/html/DOMTokenList.idl b/Source/core/html/DOMTokenList.idl
|
| index 70a5af00d482313c62b729e62a92979cf6000fd4..bfc142a2fae2e91ca6754bb4b3e403cbe4c181ed 100644
|
| --- a/Source/core/html/DOMTokenList.idl
|
| +++ b/Source/core/html/DOMTokenList.idl
|
| @@ -23,7 +23,7 @@
|
| */
|
|
|
| [
|
| - GenerateIsReachable=element,
|
| + GenerateIsReachable=element
|
| ] interface DOMTokenList {
|
| readonly attribute unsigned long length;
|
| [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index);
|
|
|