Index: Source/core/dom/CustomElementException.h |
diff --git a/Source/core/dom/CustomElementException.h b/Source/core/dom/CustomElementException.h |
index 622ef2206993842b419c61733445dd3868d5b4aa..30bdb3be98179968f33a016aa009c75c66977d56 100644 |
--- a/Source/core/dom/CustomElementException.h |
+++ b/Source/core/dom/CustomElementException.h |
@@ -46,10 +46,9 @@ public: |
ContextDestroyedCheckingPrototype, |
ContextDestroyedCreatingCallbacks, |
ContextDestroyedRegisteringDefinition, |
+ ExtendsIsInvalidName, |
+ ExtendsIsCustomElementName, |
InvalidName, |
- NotYetImplemented, |
- PrototypeDoesNotExtendHTMLElementSVGElementNamespace, |
- PrototypeDoesNotExtendHTMLElementSVGElementPrototype, |
PrototypeInUse, |
PrototypeNotAnObject, |
TypeAlreadyRegistered |