Skip to content

Commit

Permalink
[sailfishos][build] Don't override embedlite's nsDownloadManagerUI
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov authored and rainemak committed May 27, 2020
1 parent 0dbfe45 commit 0eeada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/components/downloads/moz.build
Expand Up @@ -51,7 +51,7 @@ if CONFIG['OS_ARCH'] == 'WINNT':

# XXX - Until Suite builds off XULRunner we can't guarantee our implementation
# of nsIDownloadManagerUI overrides toolkit's.
if not CONFIG['MOZ_SUITE']:
if False:
EXTRA_COMPONENTS += [
'nsDownloadManagerUI.js',
'nsDownloadManagerUI.manifest',
Expand Down

0 comments on commit 0eeada5

Please sign in to comment.