summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index aa791ca..70518fd 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -40,6 +40,8 @@ enum webidl_node_type {
WEBIDL_NODE_TYPE_LITERAL_BOOL,
WEBIDL_NODE_TYPE_LITERAL_FLOAT,
+ WEBIDL_NODE_TYPE_EXTENDED_ATTRIBUTE,
+
};
enum webidl_type {