summaryrefslogtreecommitdiff
path: root/javascript/jsapi/text.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/jsapi/text.bnd')
-rw-r--r--javascript/jsapi/text.bnd4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/jsapi/text.bnd b/javascript/jsapi/text.bnd
index 6b4352116..eb17a943e 100644
--- a/javascript/jsapi/text.bnd
+++ b/javascript/jsapi/text.bnd
@@ -8,7 +8,6 @@
* http://www.opensource.org/licenses/mit-license
*/
-#include "dom.bnd"
webidlfile "html.idl";
@@ -27,10 +26,11 @@ preamble %{
#include "javascript/jsapi.h"
#include "text.h"
-#include "htmlelement.h"
%}
+#include "dom.bnd"
+
binding text {
type js_libdom; /* the binding type */