Index: third_party/WebKit/Source/platform/fonts/FontDataCache.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.h b/third_party/WebKit/Source/platform/fonts/FontDataCache.h |
index 9dabed8711bc6b1d713b62efc43eec731b4f2167..bb110330d98aa8ab0d9de9a1b2c4848be3c850ee 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontDataCache.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.h |
@@ -79,7 +79,8 @@ class FontDataCache { |
void release(const SimpleFontData*); |
// This is used by FontVerticalDataCache to mark all items with vertical data |
- // that are currently in cache as "in cache", which is later used to sweep the FontVerticalDataCache. |
+ // that are currently in cache as "in cache", which is later used to sweep the |
+ // FontVerticalDataCache. |
void markAllVerticalData(); |
// Purges items in FontDataCache according to provided severity. |