| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index ed7fd06f3f13b8e1cade63ac31142a88e746d0dd..ce65a9021137825dc5774249f81857e87254e503 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -441,7 +441,7 @@ static bool EnterSandbox(sandbox::SetuidSandboxClient* setuid_sandbox,
|
|
|
| PreSandboxInit();
|
| SkFontConfigInterface::SetGlobal(
|
| - new FontConfigIPC(Zygote::kMagicSandboxIPCDescriptor)))->unref();
|
| + new FontConfigIPC(Zygote::kMagicSandboxIPCDescriptor))->unref();
|
| return true;
|
| }
|
|
|
|
|