| Index: content/browser/indexed_db/indexed_db_context_impl.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| index 38decc286f4e561117b626159c0794072472bea7..b5f56de4b8cafef56c684819e110e3a9ec08a2f1 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -416,7 +416,7 @@ IndexedDBContextImpl::~IndexedDBContextImpl() {
|
| special_storage_policy_ &&
|
| special_storage_policy_->HasSessionOnlyOrigins();
|
|
|
| - // Clearning only session-only databases, and there are none.
|
| + // Clearing only session-only databases, and there are none.
|
| if (!has_session_only_databases)
|
| return;
|
|
|
|
|