diff options
author | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-28 01:08:28 +0000 |
---|---|---|
committer | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-28 01:08:28 +0000 |
commit | f715880075669743ccefcc450c2d92eb5646c490 (patch) | |
tree | 107126661dd166cb5c8cdb46bf5799b6974e7c6b /webkit/dom_storage | |
parent | 0c5d116c708e90fecbb54d8da6d81cbf5383d5e9 (diff) | |
download | chromium_src-f715880075669743ccefcc450c2d92eb5646c490.zip chromium_src-f715880075669743ccefcc450c2d92eb5646c490.tar.gz chromium_src-f715880075669743ccefcc450c2d92eb5646c490.tar.bz2 |
Spelling fixes in some webkit/dom_storage comments
I was reading this code as part of my prerendering work, and I couldn't help myself; I had to send this CL up to remove some grocer's apostrophe's.
BUG=None
Review URL: http://codereview.chromium.org/9864042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/dom_storage')
-rw-r--r-- | webkit/dom_storage/dom_storage_context.h | 2 | ||||
-rw-r--r-- | webkit/dom_storage/dom_storage_database_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/dom_storage/dom_storage_context.h b/webkit/dom_storage/dom_storage_context.h index 69bcae8..1370913 100644 --- a/webkit/dom_storage/dom_storage_context.h +++ b/webkit/dom_storage/dom_storage_context.h @@ -45,7 +45,7 @@ class DomStorageTaskRunner; // // In general terms, the DomStorage object relationships are... // Contexts (per-profile) own Namespaces which own Areas which share Maps. -// Hosts(per-renderer) refer to Namespaces and Areas open in it's renderer. +// Hosts(per-renderer) refer to Namespaces and Areas open in its renderer. // Sessions (per-tab) cause the creation and deletion of session Namespaces. // // Session Namespaces are cloned by initially making a shallow copy of diff --git a/webkit/dom_storage/dom_storage_database_unittest.cc b/webkit/dom_storage/dom_storage_database_unittest.cc index ddf2a69..e45a5c2 100644 --- a/webkit/dom_storage/dom_storage_database_unittest.cc +++ b/webkit/dom_storage/dom_storage_database_unittest.cc @@ -115,7 +115,7 @@ TEST(DomStorageDatabaseTest, CloseEmptyDatabaseDeletesFile) { CreateMapWithValues(&storage); // First test the case that explicitly clearing the database will - // trigger it's deletion from disk. + // trigger its deletion from disk. { DomStorageDatabase db(file_name); EXPECT_EQ(file_name, db.file_path()); |