Skip to content

Commit 002cafe

Browse files
committed
Bug 1865234 - don't use undefined SHOW_SPINNER constant r=handyman
The constant will be introduced in D189578. Note that this code can't be triggered now anyway since we haven't landed the code to do content analysis for any interception points. Differential Revision: https://phabricator.services.mozilla.com/D193959
1 parent 6427d63 commit 002cafe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

browser/components/contentanalysis/content/ContentAnalysis.sys.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,7 @@ export const ContentAnalysis = {
486486
content: this._getResourceNameFromNameOrL10NId(aResourceNameOrL10NId),
487487
}),
488488
Ci.nsIPromptService.BUTTON_POS_0 *
489-
Ci.nsIPromptService.BUTTON_TITLE_CANCEL +
490-
Ci.nsIPromptService.SHOW_SPINNER,
489+
Ci.nsIPromptService.BUTTON_TITLE_CANCEL,
491490
null,
492491
null,
493492
null,

0 commit comments

Comments
 (0)