| Index: content/common/dwrite_font_platform_win.cc
|
| diff --git a/content/common/dwrite_font_platform_win.cc b/content/common/dwrite_font_platform_win.cc
|
| index 7fa2927fac23f9e3188f093c21dbab3f67aa7f41..8becfa03d833eab3195ce9bf4931600b4ec8711e 100644
|
| --- a/content/common/dwrite_font_platform_win.cc
|
| +++ b/content/common/dwrite_font_platform_win.cc
|
| @@ -260,10 +260,7 @@ base::win::ScopedHandle g_shared_font_cache;
|
| // tracking various cache region requests by direct write.
|
| class FontCacheWriter {
|
| public:
|
| - FontCacheWriter()
|
| - : cookie_counter_(0),
|
| - count_font_entries_ignored_(0) {
|
| - }
|
| + FontCacheWriter() : count_font_entries_ignored_(0), cookie_counter_(0) {}
|
|
|
| ~FontCacheWriter() {
|
| if (static_cache_.get()) {
|
|
|