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

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

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: Source/modules/webdatabase/SQLTransactionBackendSync.h
diff --git a/Source/modules/webdatabase/SQLTransactionBackendSync.h b/Source/modules/webdatabase/SQLTransactionBackendSync.h
index ab255e76c4794cba1c9de52e5b9b0a6a2f0dcdd0..abea38f893723f6790de6b01451b2e36e14bc347 100644
--- a/Source/modules/webdatabase/SQLTransactionBackendSync.h
+++ b/Source/modules/webdatabase/SQLTransactionBackendSync.h
@@ -53,7 +53,7 @@ class ExceptionState;
class SQLTransactionBackendSync : public RefCountedWillBeGarbageCollectedFinalized<SQLTransactionBackendSync> {
public:
virtual ~SQLTransactionBackendSync();
- void trace(Visitor*);
+ virtual void trace(Visitor*);
PassRefPtrWillBeRawPtr<SQLResultSet> executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698