From 40cd6a199d8a5f92f71c5638f4da021a779e7a5c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 17 Aug 2015 17:41:18 +0200 Subject: Add WebIDL parsing of dictionaries This adds correct parsing of dictionaries into the AST. These entries in the AST are not yet used but do not affect generation of interfaces. --- src/interface-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface-map.c') diff --git a/src/interface-map.c b/src/interface-map.c index a5a672a..822892f 100644 --- a/src/interface-map.c +++ b/src/interface-map.c @@ -596,7 +596,7 @@ int interface_map_new(struct genbind_node *genbind, webidl_node_find_type( webidl_node_getnode(node), NULL, - WEBIDL_NODE_TYPE_INTERFACE_INHERITANCE)); + WEBIDL_NODE_TYPE_INHERITANCE)); /* is the interface marked as not generating an object */ if (webidl_node_find_type_ident( -- cgit v1.2.3