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 423378a9f23f6d0b387ee727ba82056dae6fcfdc..3c5f9f4c87bc2178273ad42472582316a3746cbc 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp |
@@ -132,7 +132,7 @@ void IDBOpenDBRequest::OnSuccess(std::unique_ptr<WebIDBDatabase> backend, |
IDBDatabase* idb_database = nullptr; |
if (ResultAsAny()) { |
- // Previous onUpgradeNeeded call delivered the backend. |
+ // Previous OnUpgradeNeeded call delivered the backend. |
DCHECK(!backend.get()); |
idb_database = ResultAsAny()->IdbDatabase(); |
DCHECK(idb_database); |