summaryrefslogtreecommitdiff
path: root/dom/bindings
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-26 16:46:27 -0400
committerMoonchild <moonchild@palemoon.org>2022-04-01 17:33:23 +0200
commit4a7af0d90fd6521047fb57c37be455b1e8887e79 (patch)
tree148486650ecac3dfd74c7da2d68714c86aa46dd8 /dom/bindings
parent0f52679d2e0445503869382943076d7733b56522 (diff)
downloaduxp-4a7af0d90fd6521047fb57c37be455b1e8887e79.tar.gz
Issue #1835 - Part 2: Remove config and most mentions of XULRunner
Resolves #1835
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