On Fri, Dec 04, 2015 at 11:36:41AM +0900, ISHIKAWA, Chiaki wrote:
> diff --git a/mail/app/moz.build b/mail/app/moz.build
> --- a/mail/app/moz.build
> +++ b/mail/app/moz.build
> @@ -46,11 +46,10 @@ DEFINES['APP_VERSION'] = CONFIG['MOZ_APP
> 
>  if CONFIG['MOZILLA_OFFICIAL']:
>      DEFINES['MOZILLA_OFFICIAL'] = True
> 
>  DISABLE_STL_WRAPPING = True
> 
>  JS_PREFERENCE_FILES += [
>      'profile/all-thunderbird.js',
> -    'profile/channel-prefs.js',
>  ]

JS_PREFERENCE_FILES are not preprocessed anymore, you shouldn't be
getting this error at all, because the preprocessor shouldn't be used
for that file in the first place.

Mike
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to