X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fxml%2FNativeXPathNSResolver.h;h=fdb5071f03f1abb81e65a10c751e2299470b8ed2;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a09f766a5b7271bfd1e8f51728b1f4e088bb57a3;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/xml/NativeXPathNSResolver.h b/src/third_party/WebKit/Source/core/xml/NativeXPathNSResolver.h index a09f766..fdb5071 100644 --- a/src/third_party/WebKit/Source/core/xml/NativeXPathNSResolver.h +++ b/src/third_party/WebKit/Source/core/xml/NativeXPathNSResolver.h @@ -29,7 +29,7 @@ #include "core/xml/XPathNSResolver.h" #include "wtf/RefPtr.h" -namespace WebCore { +namespace blink { class Node; @@ -39,7 +39,6 @@ public: { return adoptRefWillBeNoop(new NativeXPathNSResolver(node)); } - virtual ~NativeXPathNSResolver(); virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE; @@ -51,6 +50,6 @@ private: RefPtrWillBeMember m_node; }; -} // namespace WebCore +} // namespace blink #endif // NativeXPathNSResolver_h