Descriptionmac content shell drt: Don't DLOG(FATAL) during font loading in debug builds
The problem was that `[[NSBundle mainBundle] bundlePath]` returned
Content Shell.app's bundle in debug builds, but
Content Shell.app/Contents/Versions/Content Shell Helper.app's bundle in debug
builds.
This is already handled in content/shell/paths_mac.mm, so use the code in there
(and move the initialization for that code to happen before
WebKitTestPlatformInitialize is called).
BUG=179805
TEST=`echo compositing/absolute-position-changed-in-composited-layer.html | out/Debug/Content\ Shell.app/Contents/MacOS/Content\ Shell --dump-render-tree` passes.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187402
Patch Set 1 #
Total comments: 1
Patch Set 2 : space #
Messages
Total messages: 8 (0 generated)
|