summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/data/bindings/htmlelement.bnd4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/bindings/htmlelement.bnd b/test/data/bindings/htmlelement.bnd
index 1457a32..999a16f 100644
--- a/test/data/bindings/htmlelement.bnd
+++ b/test/data/bindings/htmlelement.bnd
@@ -37,8 +37,6 @@ preamble %{
binding jsapi_libdom {
- interface Text;
- interface Comment;
interface HTMLElement;
interface HTMLAnchorElement;
interface HTMLAnchorElement;
@@ -110,6 +108,8 @@ binding jsapi_libdom {
interface HTMLTrackElement;
interface HTMLUListElement;
interface HTMLUnknownElement;
+ interface Text;
+ interface Comment;
private "dom_element *" node;
private "struct html_content *" htmlc;