From 13bb1a49b8f96b39f302145eee2042e32b9d35e5 Mon Sep 17 00:00:00 2001 From: Junyoung Cho Date: Fri, 9 Aug 2013 18:19:16 +0900 Subject: Generate bindings for HTMLBaseElement --- src/components/script/script.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/script/script.rc') diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 6ce655e4771..5526afcde55 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -45,6 +45,7 @@ pub mod dom { pub mod HTMLAnchorElementBinding; pub mod HTMLAppletElementBinding; pub mod HTMLAreaElementBinding; + pub mod HTMLBaseElementBinding; pub mod HTMLBodyElementBinding; pub mod HTMLBRElementBinding; pub mod HTMLCanvasElementBinding; @@ -96,6 +97,7 @@ pub mod dom { pub mod htmlanchorelement; pub mod htmlappletelement; pub mod htmlareaelement; + pub mod htmlbaseelement; pub mod htmlbodyelement; pub mod htmlbrelement; pub mod htmlcanvaselement; -- cgit v1.2.3