diff options
Diffstat (limited to 'src/components/script/dom/webidls/Element.webidl')
-rw-r--r-- | src/components/script/dom/webidls/Element.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/dom/webidls/Element.webidl b/src/components/script/dom/webidls/Element.webidl index b6f9cca2541..e088a2263dd 100644 --- a/src/components/script/dom/webidls/Element.webidl +++ b/src/components/script/dom/webidls/Element.webidl @@ -28,8 +28,8 @@ interface Element : Node { attribute DOMString id; [Pure] attribute DOMString className; - /*[Constant] - readonly attribute DOMTokenList? classList;*/ + [Constant] + readonly attribute DOMTokenList classList; [Constant] readonly attribute AttrList attributes; |