summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webidl-parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webidl-parser.y b/src/webidl-parser.y
index 53e21e1..f71c19c 100644
--- a/src/webidl-parser.y
+++ b/src/webidl-parser.y
@@ -390,6 +390,7 @@ DictionaryMember:
PartialDictionary:
TOK_DICTIONARY TOK_IDENTIFIER '{' DictionaryMembers '}' ';'
{
+ $$ = NULL;
}
/* [15] */