Index: core/dom/DOMTokenList.idl |
diff --git a/core/dom/DOMTokenList.idl b/core/dom/DOMTokenList.idl |
index 9aef3829cb247462435df24202c7a82740c3ec65..9830b7ec93d20c3272f9c364acd8676012003c8c 100644 |
--- a/core/dom/DOMTokenList.idl |
+++ b/core/dom/DOMTokenList.idl |
@@ -23,7 +23,7 @@ |
*/ |
[ |
- GenerateIsReachable=element |
+ GenerateVisitDOMWrapper=element, |
] interface DOMTokenList { |
readonly attribute unsigned long length; |
[TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index); |