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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase 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/indexeddb/IDBCursorWithValue.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h b/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h
index 1847d062cb9ab66c8071c7bf7c79b59fb7175756..166173c09f248132e5da47fe4d43b0cca83de546 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h
@@ -49,8 +49,9 @@ class IDBCursorWithValue final : public IDBCursor {
IDBTransaction*);
~IDBCursorWithValue() override;
- // The value attribute defined in the IDL is simply implemented in IDBCursor (but not exposed via
- // its IDL). This is to make the implementation more simple while matching what the spec says.
+ // The value attribute defined in the IDL is simply implemented in IDBCursor
+ // (but not exposed via its IDL). This is to make the implementation more
+ // simple while matching what the spec says.
bool isKeyCursor() const override { return false; }
bool isCursorWithValue() const override { return true; }
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp ('k') | third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698