| Index: content/shell/app/webkit_test_platform_support_mac.mm
|
| diff --git a/content/shell/app/webkit_test_platform_support_mac.mm b/content/shell/app/webkit_test_platform_support_mac.mm
|
| index 8847941b8cbb63c99f7902887b781fb129ff66d9..bc042f9012bf91b9dd54acb0b92e6e9d1f042c3e 100644
|
| --- a/content/shell/app/webkit_test_platform_support_mac.mm
|
| +++ b/content/shell/app/webkit_test_platform_support_mac.mm
|
| @@ -54,7 +54,7 @@ bool WebKitTestPlatformInitialize() {
|
|
|
| // Load font files in the resource folder.
|
| static const char* const fontFileNames[] = {
|
| - "AHEM____.TTF",
|
| + "AHEM____.TTF", "ChromiumAATTest.ttf"
|
| };
|
|
|
| // mainBundle is Content Shell Helper.app. Go two levels up to find
|
|
|