| Index: sky/engine/core/dom/custom/CustomElementException.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementException.h b/sky/engine/core/dom/custom/CustomElementException.h
|
| index ac86bc4972063fa30af3e2ec33e0bdec5ae37468..fb53fca5a558194749941c3f5042d5bd1aa987da 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementException.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementException.h
|
| @@ -41,7 +41,6 @@ class ExceptionState;
|
| class CustomElementException {
|
| public:
|
| enum Reason {
|
| - CannotRegisterFromExtension,
|
| ConstructorPropertyNotConfigurable,
|
| ContextDestroyedCheckingPrototype,
|
| ContextDestroyedCreatingCallbacks,
|
|
|