| Index: chrome/renderer/renderer_sandbox_support_linux.cc
|
| ===================================================================
|
| --- chrome/renderer/renderer_sandbox_support_linux.cc (revision 51935)
|
| +++ chrome/renderer/renderer_sandbox_support_linux.cc (working copy)
|
| @@ -93,7 +93,7 @@
|
| }
|
|
|
| int MatchFontWithFallback(const std::string& face, bool bold,
|
| - bool italic, NPCharset charset) {
|
| + bool italic, int charset) {
|
| Pickle request;
|
| request.WriteInt(LinuxSandbox::METHOD_MATCH_WITH_FALLBACK);
|
| request.WriteString(face);
|
|
|