summaryrefslogtreecommitdiff
path: root/src/ir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.c')
-rw-r--r--src/ir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ir.c b/src/ir.c
index 7a1bc5a..f77eb3d 100644
--- a/src/ir.c
+++ b/src/ir.c
@@ -607,6 +607,10 @@ attribute_map_new(struct webidl_node *interface,
cure->name);
}
+ /* check for treatnullas extended attribute */
+ cure->treatnullas = get_extended_value(at_node,
+ "TreatNullAs");
+
/* move to next attribute */
cure++;