| Index: Source/core/xml/XPathEvaluator.cpp
|
| diff --git a/Source/core/xml/XPathEvaluator.cpp b/Source/core/xml/XPathEvaluator.cpp
|
| index b9993e44d2710e54d5a414cfe5b5003ef81bbd98..32dce9a3b2be316f1b41acfd69017f98198097b2 100644
|
| --- a/Source/core/xml/XPathEvaluator.cpp
|
| +++ b/Source/core/xml/XPathEvaluator.cpp
|
| @@ -53,7 +53,7 @@ PassRefPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, Node*
|
| XPathNSResolver* resolver, unsigned short type, XPathResult* result, ExceptionState& es)
|
| {
|
| if (!isValidContextNode(contextNode)) {
|
| - es.throwDOMException(NotSupportedError);
|
| + es.throwUninformativeAndGenericDOMException(NotSupportedError);
|
| return 0;
|
| }
|
|
|
|
|