Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/ExceptionCode.h |
| diff --git a/third_party/WebKit/Source/core/dom/ExceptionCode.h b/third_party/WebKit/Source/core/dom/ExceptionCode.h |
| index fb008e99fedd2dab607d1d1b02808be776392460..93f11aa956c0e07ed7ef6d4f03fdb6c65c19d7f5 100644 |
| --- a/third_party/WebKit/Source/core/dom/ExceptionCode.h |
| +++ b/third_party/WebKit/Source/core/dom/ExceptionCode.h |
| @@ -84,6 +84,11 @@ enum { |
| // Push API |
| PermissionDeniedError, |
| + |
| + NotAllowedError, |
| + |
| + // Please add new enums at the end of this list to guarantee any ordering |
| + // expectations. |
| }; |
| enum V8ErrorType { |