| Index: third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h
|
| index 8a30fd41b67290cb01a809626dc9b020dde65734..70f5c89e4f07e79cad55a5144c4a7a34784682d1 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h
|
| @@ -51,7 +51,8 @@ class MODULES_EXPORT IDBKeyRange final : public GarbageCollected<IDBKeyRange>,
|
| UpperBoundType upperType) {
|
| return new IDBKeyRange(lower, upper, lowerType, upperType);
|
| }
|
| - // Null if the script value is null or undefined, the range if it is one, otherwise tries to convert to a key and throws if it fails.
|
| + // Null if the script value is null or undefined, the range if it is one,
|
| + // otherwise tries to convert to a key and throws if it fails.
|
| static IDBKeyRange* fromScriptValue(ExecutionContext*,
|
| const ScriptValue&,
|
| ExceptionState&);
|
|
|