| 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.
|
|
|