| Index: content/browser/renderer_host/render_sandbox_host_linux.cc
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| index 0cc3638740388ffc5fe4cbfe4f7bc4aed6fcefea..78eba83626758ce15593cc7d4aa2069ce3f70d58 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| @@ -278,7 +278,7 @@ class SandboxIPCProcess {
|
| if (family.name.data()) {
|
| reply.WriteString(family.name.data());
|
| } else {
|
| - reply.WriteString("");
|
| + reply.WriteString(std::string());
|
| }
|
| reply.WriteBool(family.isBold);
|
| reply.WriteBool(family.isItalic);
|
|
|