Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1596490 - Remove NS_ERROR_XBL_BLOCKED from ErrorList.py r=smaug
Browse files Browse the repository at this point in the history
  • Loading branch information
wiomoc committed Feb 17, 2020
1 parent 465ca5e commit 94597da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xpcom/base/ErrorList.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,6 @@ def SUCCESS(code):
errors["NS_ERROR_CONTENT_BLOCKED_SHOW_ALT"] = FAILURE(7)
# Success variations of content policy blocking
errors["NS_PROPTABLE_PROP_NOT_THERE"] = FAILURE(10)
# Error code for XBL
errors["NS_ERROR_XBL_BLOCKED"] = FAILURE(15)
# Error code for when the content process crashed
errors["NS_ERROR_CONTENT_CRASHED"] = FAILURE(16)
# Error code for when a subframe process crashed
Expand Down

0 comments on commit 94597da

Please sign in to comment.