diff options
Diffstat (limited to 'components/script/dom/webidls/DOMException.webidl')
-rw-r--r-- | components/script/dom/webidls/DOMException.webidl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/dom/webidls/DOMException.webidl b/components/script/dom/webidls/DOMException.webidl index 80bf319fdd5..1c7bca4ce66 100644 --- a/components/script/dom/webidls/DOMException.webidl +++ b/components/script/dom/webidls/DOMException.webidl @@ -38,10 +38,6 @@ interface DOMException { const unsigned short TIMEOUT_ERR = 23; const unsigned short INVALID_NODE_TYPE_ERR = 24; const unsigned short DATA_CLONE_ERR = 25; - // Only the first 25 errors are given codes in - // https://heycam.github.io/webidl/#idl-DOMException - const unsigned short NOT_READABLE_ERR = 26; - const unsigned short OPERATION_ERR = 27; // Error code as u16 readonly attribute unsigned short code; |