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

Unified Diff: Source/modules/webdatabase/SQLStatementBackend.cpp

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/SQLStatementBackend.cpp
diff --git a/Source/modules/webdatabase/SQLStatementBackend.cpp b/Source/modules/webdatabase/SQLStatementBackend.cpp
index f2268cd6c0c82459bd690abb74b43f5d8e5c0c8e..ded4ce7cfdc62cb1eafe09f3eb31522484f6545d 100644
--- a/Source/modules/webdatabase/SQLStatementBackend.cpp
+++ b/Source/modules/webdatabase/SQLStatementBackend.cpp
@@ -43,7 +43,7 @@
//
// At birth (in SQLTransactionBackend::executeSQL()):
// =================================================
-// SQLTransactionBackend // HeapDeque<Member<SQLStatementBackend> > m_statementQueue points to ...
+// SQLTransactionBackend // HeapDeque<Member<SQLStatementBackend>> m_statementQueue points to ...
// --> SQLStatementBackend // Member<SQLStatement> m_frontend points to ...
// --> SQLStatement
//

Powered by Google App Engine
This is Rietveld 408576698