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

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

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/modules/webdatabase/AbstractSQLTransaction.h
diff --git a/Source/modules/webdatabase/AbstractSQLTransaction.h b/Source/modules/webdatabase/AbstractSQLTransaction.h
index e999596969211a8adaa63a9716ff87596e0188df..e753fdceca38c9095ae8f46f784e24418133bd55 100644
--- a/Source/modules/webdatabase/AbstractSQLTransaction.h
+++ b/Source/modules/webdatabase/AbstractSQLTransaction.h
@@ -34,6 +34,8 @@ namespace blink {
class AbstractSQLTransactionBackend;
+// FIXME: This abstraction is unnecessary because SQLTransactionSync was
+// removed.
class AbstractSQLTransaction : public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<AbstractSQLTransaction> {
public:
virtual ~AbstractSQLTransaction() { }
« no previous file with comments | « Source/modules/webdatabase/AbstractSQLStatement.h ('k') | Source/modules/webdatabase/AbstractSQLTransactionBackend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698