| Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| index e23fab2381d8e07a415ca05318552b62c2244191..b0c2db0cf808a2f043eda181331ca018dc9bd517 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| @@ -53,10 +53,6 @@ V8CustomXPathNSResolver::V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver
|
| {
|
| }
|
|
|
| -V8CustomXPathNSResolver::~V8CustomXPathNSResolver()
|
| -{
|
| -}
|
| -
|
| AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix)
|
| {
|
| v8::Handle<v8::Function> lookupNamespaceURIFunc;
|
|
|