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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.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/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&);

Powered by Google App Engine
This is Rietveld 408576698