aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/HTMLCollection.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/bindings/codegen/HTMLCollection.webidl')
-rw-r--r--src/components/script/dom/bindings/codegen/HTMLCollection.webidl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/script/dom/bindings/codegen/HTMLCollection.webidl b/src/components/script/dom/bindings/codegen/HTMLCollection.webidl
index 5797f85e392..1e56c3c01af 100644
--- a/src/components/script/dom/bindings/codegen/HTMLCollection.webidl
+++ b/src/components/script/dom/bindings/codegen/HTMLCollection.webidl
@@ -10,8 +10,6 @@
* liability, trademark and document use rules apply.
*/
-interface Element;
-
interface HTMLCollection {
readonly attribute unsigned long length;
getter Element? item(unsigned long index);