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

Unified Diff: Source/modules/webdatabase/ChangeVersionWrapper.h

Issue 563143005: Revert of Move ChangeVersionWrapper destructor out of line. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: foo Created 6 years, 3 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/modules/webdatabase/ChangeVersionWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/ChangeVersionWrapper.h
diff --git a/Source/modules/webdatabase/ChangeVersionWrapper.h b/Source/modules/webdatabase/ChangeVersionWrapper.h
index db955ecfb1d3e2b2026955df00130181787046df..838c261d7e706bb890c7c9f0ae5454434e3d4d0b 100644
--- a/Source/modules/webdatabase/ChangeVersionWrapper.h
+++ b/Source/modules/webdatabase/ChangeVersionWrapper.h
@@ -40,8 +40,6 @@ class ChangeVersionWrapper FINAL : public SQLTransactionWrapper {
public:
static PassRefPtrWillBeRawPtr<ChangeVersionWrapper> create(const String& oldVersion, const String& newVersion) { return adoptRefWillBeNoop(new ChangeVersionWrapper(oldVersion, newVersion)); }
- virtual ~ChangeVersionWrapper();
-
virtual void trace(Visitor* visitor) OVERRIDE { SQLTransactionWrapper::trace(visitor); }
virtual bool performPreflight(SQLTransactionBackend*) OVERRIDE;
virtual bool performPostflight(SQLTransactionBackend*) OVERRIDE;
« no previous file with comments | « no previous file | Source/modules/webdatabase/ChangeVersionWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698