diff options
Diffstat (limited to 'webkit/database/database_tracker.cc')
-rw-r--r-- | webkit/database/database_tracker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/database/database_tracker.cc b/webkit/database/database_tracker.cc index 8ffa7b1..68899de 100644 --- a/webkit/database/database_tracker.cc +++ b/webkit/database/database_tracker.cc @@ -205,7 +205,7 @@ void DatabaseTracker::CloseDatabases(const DatabaseConnections& connections) { // When being closed by this route, there's a chance that // the tracker missed some DatabseModified calls. This method is used - // when a renderer crashes to cleanup it's open resources. + // when a renderer crashes to cleanup its open resources. // We need to examine what we have in connections for the // size of each open databases and notify any differences between the // actual file sizes now. |