summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/moz.build')
-rw-r--r--toolkit/modules/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/modules/moz.build b/toolkit/modules/moz.build
index 74c40a55e..257741274 100644
--- a/toolkit/modules/moz.build
+++ b/toolkit/modules/moz.build
@@ -105,7 +105,7 @@ EXTRA_JS_MODULES.third_party.jsesc += ['third_party/jsesc/jsesc.js']
EXTRA_JS_MODULES.sessionstore += ['sessionstore/Utils.jsm']
if not CONFIG['MOZ_WEBEXTENSIONS']:
- EXTRA_JS_PP_MODULES += ['UpdateChannel.jsm']
+ EXTRA_PP_JS_MODULES += ['UpdateChannel.jsm']
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'):
DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1