--- content/zygote/zygote_main_linux.cc.orig 2013-04-30 09:25:23.789667037 +0200 +++ content/zygote/zygote_main_linux.cc 2013-04-30 09:07:46.829393823 +0200 @@ -439,7 +439,7 @@ PreSandboxInit(); SkFontConfigInterface::SetGlobal( - new FontConfigIPC(Zygote::kMagicSandboxIPCDescriptor)))->unref(); + new FontConfigIPC(Zygote::kMagicSandboxIPCDescriptor))->unref(); return true; }