summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLCollection.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLCollection.bnd')
-rw-r--r--javascript/duktape/HTMLCollection.bnd6
1 files changed, 3 insertions, 3 deletions
diff --git a/javascript/duktape/HTMLCollection.bnd b/javascript/duktape/HTMLCollection.bnd
index 08a162d35..2ffe7027b 100644
--- a/javascript/duktape/HTMLCollection.bnd
+++ b/javascript/duktape/HTMLCollection.bnd
@@ -9,10 +9,10 @@
*/
class HTMLCollection {
- private "struct dom_html_collection *" coll;
-}
+ private struct dom_html_collection *coll;
+};
-init HTMLCollection("struct dom_html_collection *" coll)
+init HTMLCollection(struct dom_html_collection *coll)
%{
priv->coll = coll;
dom_html_collection_ref(coll);