Index: webkit/plugins/ppapi/resource_tracker.h |
diff --git a/webkit/plugins/ppapi/resource_tracker.h b/webkit/plugins/ppapi/resource_tracker.h |
index 20f3a2e6e70f9888b250f612a7cc47ac5a4a431f..100d4af947daa9a0574e98d1083869fc3e601987 100644 |
--- a/webkit/plugins/ppapi/resource_tracker.h |
+++ b/webkit/plugins/ppapi/resource_tracker.h |
@@ -33,7 +33,7 @@ class Var; |
// This class maintains a global list of all live pepper resources. It allows |
// us to check resource ID validity and to map them to a specific module. |
// |
-// This object is threadsafe. |
+// This object is NOT threadsafe. |
class ResourceTracker { |
public: |
// Returns the pointer to the singleton object. |