| Index: Source/core/xml/NativeXPathNSResolver.cpp
|
| diff --git a/Source/core/xml/NativeXPathNSResolver.cpp b/Source/core/xml/NativeXPathNSResolver.cpp
|
| index 694cbb5ea41a0bb077165abbdd5a5994ec9db245..aaad92b254dd0983372bef7b135af15b6b316ee7 100644
|
| --- a/Source/core/xml/NativeXPathNSResolver.cpp
|
| +++ b/Source/core/xml/NativeXPathNSResolver.cpp
|
| @@ -37,10 +37,6 @@ NativeXPathNSResolver::NativeXPathNSResolver(PassRefPtrWillBeRawPtr<Node> node)
|
| {
|
| }
|
|
|
| -NativeXPathNSResolver::~NativeXPathNSResolver()
|
| -{
|
| -}
|
| -
|
| AtomicString NativeXPathNSResolver::lookupNamespaceURI(const String& prefix)
|
| {
|
| // This is not done by Node::lookupNamespaceURI as per the DOM3 Core spec,
|
|
|