Index: content/renderer/pepper/v8object_var.h |
diff --git a/content/renderer/pepper/v8object_var.h b/content/renderer/pepper/v8object_var.h |
index e77901bcd40b00ac7d0b918b06e98c9d7f1b8f16..ff564ed2863f3c948f1cd7f3d42755038ae30e3d 100644 |
--- a/content/renderer/pepper/v8object_var.h |
+++ b/content/renderer/pepper/v8object_var.h |
@@ -23,7 +23,7 @@ namespace ppapi { |
// Represents a JavaScript object Var. By itself, this represents random |
// v8 objects that a given plugin (identified by the resource's module) wants to |
-// reference. If two different modules reference the same NPObject (like the |
+// reference. If two different modules reference the same v8 object (like the |
// "window" object), then there will be different V8ObjectVar's (and hence |
// PP_Var IDs) for each module. This allows us to track all references owned by |
// a given module and free them when the plugin exits independently of other |