aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl
diff options
context:
space:
mode:
authorJunyoung Cho <june0.cho@samsung.com>2013-08-12 11:27:40 +0900
committerJosh Matthews <josh@joshmatthews.net>2013-08-22 16:31:38 -0400
commitc8306795d14b25288215d38a35932f15342f21dc (patch)
tree39b95cc67c5eb077c6fdc59569f34752bfb5ef15 /src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl
parent13bb1a49b8f96b39f302145eee2042e32b9d35e5 (diff)
downloadservo-c8306795d14b25288215d38a35932f15342f21dc.tar.gz
servo-c8306795d14b25288215d38a35932f15342f21dc.zip
Generate bindings for HTMLDataElement
Diffstat (limited to 'src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl')
-rw-r--r--src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl b/src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl
index 5ca6555288b..d3e7e4d8d71 100644
--- a/src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl
+++ b/src/components/script/dom/bindings/codegen/HTMLBaseElement.webidl
@@ -17,4 +17,4 @@ interface HTMLBaseElement : HTMLElement {
attribute DOMString href;
[SetterThrows, Pure]
attribute DOMString target;
-}
+};