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:
@@ -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
|
||||
# =======================================================================
|
||||
|
||||
Reference in New Issue
Block a user