| 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 c13c7aeb968f16f92ab4ac3d83e8c4b9ef61d061..8d2cc9200ce6f8321197d9239a9ba891f1496635 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*);
|
|
|