summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-11-07 10:25:22 +0000
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-11-07 10:25:22 +0000
commit28aa68cd75175db42332760572113bacaa4e0f9d (patch)
treec71da2e72091ce81e9398d84bf0bc6efb921cf76 /src
parent043ae3cdb9fa312a1470ca67608d39afb8c086dc (diff)
downloadnsgenbind-28aa68cd75175db42332760572113bacaa4e0f9d.tar.gz
nsgenbind-28aa68cd75175db42332760572113bacaa4e0f9d.tar.bz2
ensure all Dictionary paths return the correct value and do not add junk nodes
Diffstat (limited to 'src')
-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] */