| 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; }
|
|
|