From 7be4b9c490bb94e6cc3140f06a4da680374e29ce Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 19 Nov 2013 11:02:03 -0500 Subject: [PATCH] Bug 940153 - Fix python syntax error. r=BlameTheShiftKey --- dom/encoding/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/encoding/moz.build b/dom/encoding/moz.build index 9968e87a159f..8001bb33dbd8 100644 --- a/dom/encoding/moz.build +++ b/dom/encoding/moz.build @@ -18,7 +18,7 @@ SOURCES += [ 'FallbackEncoding.cpp', ] -UNIFIED_SOURCES += { +UNIFIED_SOURCES += [ 'TextDecoder.cpp', 'TextEncoder.cpp', ]