Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
index 1c8bf9caf09e3ae391e791de3c1c54668054aeb8..166af9a43915e5c8c37afdaf6d5ff21fcc01e099 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
@@ -170,7 +170,7 @@ class IDBObjectStore final : public GarbageCollectedFinalized<IDBObjectStore>, |
// |
// Used when a versionchange transaction is aborted. |
void RevertMetadata(RefPtr<IDBObjectStoreMetadata> previous_metadata); |
- // This relies on the changes made by revertMetadata(). |
+ // This relies on the changes made by RevertMetadata(). |
void RevertDeletedIndexMetadata(IDBIndex& deleted_index); |
// Used by IDBIndex::setName: |