Index: webkit/database/database_tracker.cc |
diff --git a/webkit/database/database_tracker.cc b/webkit/database/database_tracker.cc |
index 8ffa7b1ec236617624fc753e84859f98fb684882..68899deed6fc088e2529d6c759cd5c7971e0536b 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. |