summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/appcache/appcache_service.h2
-rw-r--r--webkit/database/database_tracker.cc2
-rw-r--r--webkit/plugins/npapi/plugin_instance.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h
index 7a2b57e..f1f8c0b 100644
--- a/webkit/appcache/appcache_service.h
+++ b/webkit/appcache/appcache_service.h
@@ -50,7 +50,7 @@ struct APPCACHE_EXPORT AppCacheInfoCollection
// Class that manages the application cache service. Sends notifications
// to many frontends. One instance per user-profile. Each instance has
-// exclusive access to it's cache_directory on disk.
+// exclusive access to its cache_directory on disk.
class APPCACHE_EXPORT AppCacheService {
public:
// If not using quota management, the proxy may be NULL.
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.
diff --git a/webkit/plugins/npapi/plugin_instance.h b/webkit/plugins/npapi/plugin_instance.h
index 486e8d2..d481e2d 100644
--- a/webkit/plugins/npapi/plugin_instance.h
+++ b/webkit/plugins/npapi/plugin_instance.h
@@ -148,7 +148,7 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> {
// seekable.
WebPluginResourceClient* GetRangeRequest(int id);
- // Have the plugin create it's script object.
+ // Have the plugin create its script object.
NPObject* GetPluginScriptableObject();
// Returns the form value of this instance.