| Index: Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index dbcbd5ec74c1d2d0bac203262d71b3aecb9502a7..58ef877fc8b187c6fbe011cad944697a16091b6b 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -119,7 +119,7 @@ SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& es) const
|
| if (doc && doc->isSVGDocument())
|
| return toSVGDocument(doc);
|
| // Spec: http://www.w3.org/TR/SVG/struct.html#InterfaceGetSVGDocument
|
| - es.throwDOMException(NotSupportedError);
|
| + es.throwUninformativeAndGenericDOMException(NotSupportedError);
|
| return 0;
|
| }
|
|
|
|
|