Bug 1710845 - Get rid of NS_ERROR_DOM_INVALID_EXPRESSION_ERR; r=smaug;

Differential Revision: https://phabricator.services.mozilla.com/D114967
This commit is contained in:
Edgar Chen
2021-05-12 23:32:38 +00:00
parent a62d4d367f
commit 2be2fe0908
4 changed files with 1 additions and 14 deletions

View File

@@ -931,14 +931,6 @@ with modules["SECURITY"]:
errors["NS_ERROR_CMS_ENCRYPT_INCOMPLETE"] = FAILURE(1057)
# =======================================================================
# 22: NS_ERROR_MODULE_DOM_XPATH
# =======================================================================
with modules["DOM_XPATH"]:
# DOM error codes from http://www.w3.org/TR/DOM-Level-3-XPath/
errors["NS_ERROR_DOM_INVALID_EXPRESSION_ERR"] = FAILURE(51)
# =======================================================================
# 24: NS_ERROR_MODULE_URILOADER
# =======================================================================