| Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| index 778702db54138ab798602fe28fbc33770cc6d673..b50cd028d17af699f02109a3a00ae7877ff427b2 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -47,7 +47,7 @@ class V8CustomXPathNSResolver final : public XPathNSResolver {
|
| public:
|
| static V8CustomXPathNSResolver* create(ScriptState*, v8::Local<v8::Object> resolver);
|
|
|
| - virtual AtomicString lookupNamespaceURI(const String& prefix) override;
|
| + AtomicString lookupNamespaceURI(const String& prefix) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|