Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1283)

Unified Diff: webkit/support/platform_support_mac.mm

Issue 7747019: fix typo in log message (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698