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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp

Issue 2395473002: reflow comments in modules/webdatabase (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp
index 4624206b1d62d6a56cb590ae499eae418af848e3..43b798b5fa232e469e17573c24404243346d4e48 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp
@@ -49,7 +49,8 @@ DEFINE_TRACE(SQLResultSet) {
int64_t SQLResultSet::insertId(ExceptionState& exceptionState) const {
// 4.11.4 - Return the id of the last row inserted as a result of the query
- // If the query didn't result in any rows being added, raise an InvalidAccessError exception
+ // If the query didn't result in any rows being added, raise an
+ // InvalidAccessError exception.
if (m_insertIdSet)
return m_insertId;

Powered by Google App Engine
This is Rietveld 408576698