From 28aa68cd75175db42332760572113bacaa4e0f9d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 7 Nov 2012 10:25:22 +0000 Subject: ensure all Dictionary paths return the correct value and do not add junk nodes --- src/webidl-parser.y | 1 + 1 file changed, 1 insertion(+) 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] */ -- cgit v1.2.3