diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-06 17:08:56 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-06 17:08:56 -0400 |
commit | 186bad99240abe60d10c2a261205ea74995383c6 (patch) | |
tree | 88b1fe2f20abbfbbc1e250829c120722f974132e /src/components/script/dom/bindings/codegen/HTMLDocument.webidl | |
parent | 7aa00273847a7da59c6fcaebadc105decef499ca (diff) | |
download | servo-186bad99240abe60d10c2a261205ea74995383c6.tar.gz servo-186bad99240abe60d10c2a261205ea74995383c6.zip |
Remove broken forward declaration.
Diffstat (limited to 'src/components/script/dom/bindings/codegen/HTMLDocument.webidl')
-rw-r--r-- | src/components/script/dom/bindings/codegen/HTMLDocument.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/codegen/HTMLDocument.webidl b/src/components/script/dom/bindings/codegen/HTMLDocument.webidl index 532da6cf780..db7d2522474 100644 --- a/src/components/script/dom/bindings/codegen/HTMLDocument.webidl +++ b/src/components/script/dom/bindings/codegen/HTMLDocument.webidl @@ -5,7 +5,6 @@ */ interface Selection; -interface HTMLHeadElement; [OverrideBuiltins] interface HTMLDocument : Document { |