| Index: ppapi/shared_impl/scoped_pp_var.h
|
| diff --git a/ppapi/shared_impl/scoped_pp_var.h b/ppapi/shared_impl/scoped_pp_var.h
|
| index 8079a9145fe969c7817e75e1e0d33adb38a6a227..564401d5d4be8d43555bdd97bb4fec00fdfe88ad 100644
|
| --- a/ppapi/shared_impl/scoped_pp_var.h
|
| +++ b/ppapi/shared_impl/scoped_pp_var.h
|
| @@ -16,7 +16,7 @@ class PPAPI_SHARED_EXPORT ScopedPPVar {
|
|
|
| ScopedPPVar();
|
|
|
| - // Takes one reference to the given resource.
|
| + // Takes one reference to the given var.
|
| explicit ScopedPPVar(const PP_Var& v);
|
|
|
| // Assumes responsibility for one ref that the var already has.
|
|
|