Bug 940153 - Fix python syntax error. r=BlameTheShiftKey

This commit is contained in:
Ryan VanderMeulen 2013-11-19 11:02:03 -05:00
parent 155da715db
commit 7be4b9c490

View File

@ -18,7 +18,7 @@ SOURCES += [
'FallbackEncoding.cpp',
]
UNIFIED_SOURCES += {
UNIFIED_SOURCES += [
'TextDecoder.cpp',
'TextEncoder.cpp',
]