aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/HTMLCollection.webidl
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2013-08-07 17:04:47 -0400
committerJosh Matthews <josh@joshmatthews.net>2013-08-08 09:34:08 -0400
commitddf4bee6df0dd953c91f5234ebed493493956da7 (patch)
treef09b9fb1bbcd69ac73df25b635abe774556f43ba /src/components/script/dom/bindings/codegen/HTMLCollection.webidl
parentc8be8edbb2983dd9354943b6540746ef9b685d5c (diff)
downloadservo-ddf4bee6df0dd953c91f5234ebed493493956da7.tar.gz
servo-ddf4bee6df0dd953c91f5234ebed493493956da7.zip
Generate HTMLIFrameElement bindings.
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);