Chromium Code Reviews| Index: fpdfsdk/javascript/util.h |
| diff --git a/fpdfsdk/javascript/util.h b/fpdfsdk/javascript/util.h |
| index 17f252d6dc16fbadaa88b17cdaf4c15db9b475ce..97b636272b050cee6d6e971c5e7878be9036766f 100644 |
| --- a/fpdfsdk/javascript/util.h |
| +++ b/fpdfsdk/javascript/util.h |
| @@ -38,9 +38,8 @@ class util : public CJS_EmbedObj { |
| CJS_Value& vRet, |
| CFX_WideString& sError); |
| - static void printx(const std::string& cFormat, |
| - const std::string& cSource, |
| - std::string& cPurpose); |
| + static std::string printx(const std::string& cFormat, |
|
dsinclair
2016/03/28 18:39:01
std::string and not one of the CFX_ByteString vari
Tom Sepez
2016/03/28 19:03:41
Yes, because we're going to pass it around to vari
|
| + const std::string& cSource); |
| }; |
| class CJS_Util : public CJS_Object { |