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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBAny.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/IDBAny.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBAny.h b/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
index b315204b64081a7028fb896a16216abff360b3a1..e5906135a267a8056e8a824f7c94f741169526fb 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
@@ -46,7 +46,8 @@ class WebBlobInfo;
// IDBAny is used for:
// * source of IDBCursor (IDBObjectStore or IDBIndex)
// * source of IDBRequest (IDBObjectStore, IDBIndex, IDBCursor, or null)
-// * result of IDBRequest (IDBDatabase, IDBCursor, DOMStringList, undefined, integer, key or value)
+// * result of IDBRequest (IDBDatabase, IDBCursor, DOMStringList, undefined,
+// integer, key or value)
//
// This allows for lazy conversion to script values (via IDBBindingUtilities),
// and avoids the need for many dedicated union types.

Powered by Google App Engine
This is Rietveld 408576698