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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp

Issue 204543005: Replace the Persistent in SQLiteDatabase with a member and trace it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
index 86b64733dfdfa833169e6b6a502919b1cd09b2e5..4f1caacdc97b88c04e02ebe660e6e832e34571de 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
@@ -421,4 +421,9 @@ bool SQLiteDatabase::turnOnIncrementalAutoVacuum()
}
}
+void SQLiteDatabase::trace(Visitor* visitor)
+{
+ visitor->trace(m_authorizer);
+}
+
} // namespace WebCore
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698