| Index: webkit/glue/plugins/pepper_var.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_var.h (revision 53945)
|
| +++ webkit/glue/plugins/pepper_var.h (working copy)
|
| @@ -33,7 +33,8 @@
|
| NPObject* GetNPObject(PP_Var var);
|
|
|
| // Returns a PP_Var of type string that contains a copy of the given string.
|
| -// The input data must be valid UTF-8 encoded text.
|
| +// The input data must be valid UTF-8 encoded text. The return value will
|
| +// have a reference count of 1.
|
| PP_Var StringToPPVar(const std::string& str);
|
|
|
| // Returns the String corresponding to the PP_Var. This pointer has not been
|
|
|