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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h

Issue 2814253002: IndexedDB: Fix mocks/comments following the great blink rename (Closed)
Patch Set: Created 3 years, 8 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/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:

Powered by Google App Engine
This is Rietveld 408576698