Index: Source/bindings/v8/custom/V8CustomXPathNSResolver.h |
diff --git a/Source/bindings/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/v8/custom/V8CustomXPathNSResolver.h |
index a675e6f8d249fe2a04547e5a668766ea3e50ed9b..aa3e01a243da5d020ee31797d872acb2e639366b 100644 |
--- a/Source/bindings/v8/custom/V8CustomXPathNSResolver.h |
+++ b/Source/bindings/v8/custom/V8CustomXPathNSResolver.h |
@@ -47,7 +47,7 @@ public: |
static PassRefPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8::Isolate*); |
virtual ~V8CustomXPathNSResolver(); |
- virtual String lookupNamespaceURI(const String& prefix); |
+ virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE; |
private: |
V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*); |