diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-07-27 14:28:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-07-30 16:28:02 -0400 |
commit | 5546f2105bea0a3155a1090f3a9a8dfb65c7b47d (patch) | |
tree | f69dc2cc92dfdbd5db54c0f7c579b3f65ec43ff2 /src/components/script/script.rc | |
parent | ad8fa8b3d75b58102f75848b90ab4721a7cfcfce (diff) | |
download | servo-5546f2105bea0a3155a1090f3a9a8dfb65c7b47d.tar.gz servo-5546f2105bea0a3155a1090f3a9a8dfb65c7b47d.zip |
Generate HTMLDocument bindings. Introduce invariant into generated bindings that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped.
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 b6225a12429..c3bae6c10fd 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -42,6 +42,7 @@ pub mod dom { pub mod EventTargetBinding; pub mod FormDataBinding; pub mod HTMLCollectionBinding; + pub mod HTMLDocumentBinding; pub mod MouseEventBinding; pub mod PrototypeList; pub mod RegisterBindings; @@ -60,6 +61,7 @@ pub mod dom { pub mod eventtarget; pub mod formdata; pub mod htmlcollection; + pub mod htmldocument; pub mod mouseevent; pub mod node; pub mod uievent; |