summaryrefslogtreecommitdiff
path: root/dom/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings')
-rw-r--r--dom/bindings/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/bindings/moz.build b/dom/bindings/moz.build
index 261bdf1f51..6200c3f383 100644
--- a/dom/bindings/moz.build
+++ b/dom/bindings/moz.build
@@ -115,7 +115,7 @@ FINAL_LIBRARY = 'xul'
SPHINX_TREES['webidl'] = 'docs'
SPHINX_PYTHON_PACKAGE_DIRS += ['mozwebidlcodegen']
-if CONFIG['MOZ_PHOENIX'] or CONFIG['MOZ_XULRUNNER']:
+if CONFIG['MOZ_PHOENIX']:
# This is needed for Window.webidl
DEFINES['HAVE_SIDEBAR'] = True