diff options
author | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-11 05:25:06 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-11 05:32:53 +0900 |
commit | b44d4346df86db06c85e7f490045347817f34df1 (patch) | |
tree | 96375edae13bf71781b79aaa7a6bc270a7bc1bcf /src/components/script/script.rc | |
parent | 0f957c9e223629545ed678829155a1b83d4ea609 (diff) | |
download | servo-b44d4346df86db06c85e7f490045347817f34df1.tar.gz servo-b44d4346df86db06c85e7f490045347817f34df1.zip |
Generate bindings for HTMLCanvasElement.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 78cc617e0dd..08b2ec8d231 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 HTMLBodyElementBinding; pub mod HTMLBRElementBinding; + pub mod HTMLCanvasElementBinding; pub mod HTMLCollectionBinding; pub mod HTMLDivElementBinding; pub mod HTMLDocumentBinding; @@ -89,6 +90,7 @@ pub mod dom { pub mod htmlanchorelement; pub mod htmlbodyelement; pub mod htmlbrelement; + pub mod htmlcanvaselement; pub mod htmlcollection; pub mod htmldocument; pub mod htmlelement; |