| Index: Source/core/svg/SVGAltGlyphElement.cpp
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp
|
| index 691b8f49f3a1d66b4547f457df781e5cd07e3881..8ed08413fa96dde722398658ad80be10cdc55b74 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.cpp
|
| +++ b/Source/core/svg/SVGAltGlyphElement.cpp
|
| @@ -57,7 +57,7 @@ PassRefPtr<SVGAltGlyphElement> SVGAltGlyphElement::create(const QualifiedName& t
|
|
|
| void SVGAltGlyphElement::setGlyphRef(const AtomicString&, ExceptionState& es)
|
| {
|
| - es.throwDOMException(NoModificationAllowedError);
|
| + es.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| }
|
|
|
| const AtomicString& SVGAltGlyphElement::glyphRef() const
|
| @@ -67,7 +67,7 @@ const AtomicString& SVGAltGlyphElement::glyphRef() const
|
|
|
| void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionState& es)
|
| {
|
| - es.throwDOMException(NoModificationAllowedError);
|
| + es.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| }
|
|
|
| const AtomicString& SVGAltGlyphElement::format() const
|
|
|