Bug 1710840 - Part 2: Get rid of NS_ERROR_DOM_SVG_WRONG_TYPE_ERR; r=smaug
Depends on D114964 Differential Revision: https://phabricator.services.mozilla.com/D114965
This commit is contained in:
@@ -1046,14 +1046,6 @@ with modules["IPC"]:
|
||||
errors["NS_ERROR_BRIDGE_OPEN_CHILD"] = FAILURE(4)
|
||||
|
||||
|
||||
# =======================================================================
|
||||
# 29: NS_ERROR_MODULE_SVG
|
||||
# =======================================================================
|
||||
with modules["SVG"]:
|
||||
# SVG DOM error codes from http://www.w3.org/TR/SVG11/svgdom.html
|
||||
errors["NS_ERROR_DOM_SVG_WRONG_TYPE_ERR"] = FAILURE(0)
|
||||
|
||||
|
||||
# =======================================================================
|
||||
# 30: NS_ERROR_MODULE_STORAGE
|
||||
# =======================================================================
|
||||
|
||||
Reference in New Issue
Block a user