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()) { |