Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h

Issue 369713002: Remove destructors from ScriptWrappable objects (part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 96e4ae9654fc1b02b34495ea169d8b3b7aee6442..fccb3b6b3b70addca0a96ba357f3d1a1cc6ff54c 100644
--- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
+++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
@@ -46,7 +46,6 @@ class V8CustomXPathNSResolver FINAL : public XPathNSResolver {
public:
static PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8::Isolate*);
- virtual ~V8CustomXPathNSResolver();
virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
virtual void trace(Visitor*) OVERRIDE;
« no previous file with comments | « no previous file | Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698