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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp

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/IDBOpenDBRequest.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
index 8a90c9022cd1c6a7fa443c963b272cc97dfe020d..00ce61b21b84732c5d0a24d14e7047fb41415bcc 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
@@ -175,8 +175,8 @@ bool IDBOpenDBRequest::shouldEnqueueEvent() const {
}
DispatchEventResult IDBOpenDBRequest::dispatchEventInternal(Event* event) {
- // If the connection closed between onUpgradeNeeded and the delivery of the "success" event,
- // an "error" event should be fired instead.
+ // If the connection closed between onUpgradeNeeded and the delivery of the
+ // "success" event, an "error" event should be fired instead.
if (event->type() == EventTypeNames::success &&
resultAsAny()->getType() == IDBAny::IDBDatabaseType &&
resultAsAny()->idbDatabase()->isClosePending()) {

Powered by Google App Engine
This is Rietveld 408576698