| Index: Source/core/xml/NativeXPathNSResolver.h
|
| diff --git a/Source/core/xml/NativeXPathNSResolver.h b/Source/core/xml/NativeXPathNSResolver.h
|
| index 6a072a773d6d66085e5ea099115fccb64ee477df..78b222e3c34cb71f2781a2998582a1500fec7adf 100644
|
| --- a/Source/core/xml/NativeXPathNSResolver.h
|
| +++ b/Source/core/xml/NativeXPathNSResolver.h
|
| @@ -40,7 +40,7 @@ public:
|
| return new NativeXPathNSResolver(node);
|
| }
|
|
|
| - virtual AtomicString lookupNamespaceURI(const String& prefix) override;
|
| + AtomicString lookupNamespaceURI(const String& prefix) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|