| Index: webkit/support/platform_support_mac.mm
|
| ===================================================================
|
| --- webkit/support/platform_support_mac.mm (revision 98232)
|
| +++ webkit/support/platform_support_mac.mm (working copy)
|
| @@ -130,7 +130,7 @@
|
| }
|
| if (ATSFontActivateFromFileReference(&resource_ref, kATSFontContextLocal,
|
| kATSFontFormatUnspecified, 0, kATSOptionFlagsDefault, 0) != noErr) {
|
| - DLOG(FATAL) << "Fail to activate font: %s" << resource_path;
|
| + DLOG(FATAL) << "Fail to activate font: " << resource_path;
|
| }
|
| }
|
|
|
|
|