| Index: Source/core/dom/CustomElementException.cpp
|
| diff --git a/Source/core/dom/CustomElementException.cpp b/Source/core/dom/CustomElementException.cpp
|
| index 73b1717819a5b39ae5f41e8f7dddcd8968ddb1a3..3f2ccaad9c404196c671c80395e504b587f7227f 100644
|
| --- a/Source/core/dom/CustomElementException.cpp
|
| +++ b/Source/core/dom/CustomElementException.cpp
|
| @@ -57,11 +57,11 @@ void CustomElementException::throwException(Reason reason, const AtomicString& t
|
| return;
|
|
|
| case ContextDestroyedCreatingCallbacks:
|
| - es.throwDOMException(InvalidStateError);
|
| + es.throwUninformativeAndGenericDOMException(InvalidStateError);
|
| return;
|
|
|
| case ContextDestroyedRegisteringDefinition:
|
| - es.throwDOMException(NotSupportedError);
|
| + es.throwUninformativeAndGenericDOMException(NotSupportedError);
|
| return;
|
|
|
| case ExtendsIsInvalidName:
|
|
|