Bug 1709214 - Get rid of NS_ERROR_DOM_ANIM_MISSING_PROPS_ERR; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D114179
This commit is contained in:
Edgar Chen
2021-05-10 12:20:17 +00:00
parent 671d359a98
commit e8bed9e2c9
4 changed files with 4 additions and 14 deletions

View File

@@ -1158,13 +1158,6 @@ with modules["SIGNED_APP"]:
errors["NS_ERROR_SIGNED_APP_MANIFEST_INVALID"] = FAILURE(1)
# =======================================================================
# 39: NS_ERROR_MODULE_DOM_ANIM
# =======================================================================
with modules["DOM_ANIM"]:
errors["NS_ERROR_DOM_ANIM_MISSING_PROPS_ERR"] = FAILURE(1)
# =======================================================================
# 40: NS_ERROR_MODULE_DOM_PUSH
# =======================================================================