Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 467954
Collapse All | Expand All

(-)content/zygote/zygote_main_linux.cc.orig (-1 / +1 lines)
Lines 439-445 Link Here
439
439
440
  PreSandboxInit();
440
  PreSandboxInit();
441
  SkFontConfigInterface::SetGlobal(
441
  SkFontConfigInterface::SetGlobal(
442
      new FontConfigIPC(Zygote::kMagicSandboxIPCDescriptor)))->unref();
442
      new FontConfigIPC(Zygote::kMagicSandboxIPCDescriptor))->unref();
443
  return true;
443
  return true;
444
}
444
}
445
445

Return to bug 467954