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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBValue.h

Issue 2385233002: reflow comments in public/platform/{bluetooth,indexeddb} (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
« no previous file with comments | « third_party/WebKit/public/platform/modules/indexeddb/WebIDBObserver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/indexeddb/WebIDBValue.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBValue.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBValue.h
index 1b118286589d0378294f6259002a4907961430e0..e939723234e16d8cfd243c1a5e16ca128fddbab6 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBValue.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBValue.h
@@ -27,12 +27,15 @@ struct WebIDBValue {
primaryKey(primaryKey),
keyPath(keyPath) {}
- // The serialized JavaScript bits (ignoring blob data) for this IDB Value. Required value.
+ // The serialized JavaScript bits (ignoring blob data) for this IDB Value.
+ // Required value.
WebData data;
- // Collection of blob info referenced by [[data]]. Optional and empty for values without blobs.
+ // Collection of blob info referenced by [[data]]. Optional and empty for
+ // values without blobs.
WebVector<WebBlobInfo> webBlobInfo;
- // The auto-generated primary key and key path. Both are set when IDB is generating keys (and not JavaScript).
- // Optional; If set then a property named [[keyPath]] will be set to [[primaryKey]] on the deserialized
+ // The auto-generated primary key and key path. Both are set when IDB is
+ // generating keys (and not JavaScript). Optional; If set then a property
+ // named [[keyPath]] will be set to [[primaryKey]] on the deserialized
// [[data]] object before calling the event handler.
WebIDBKey primaryKey;
WebIDBKeyPath keyPath;
« no previous file with comments | « third_party/WebKit/public/platform/modules/indexeddb/WebIDBObserver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698