| Index: third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp b/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
|
| index 1ca3b073e01b138ef22aaf7a433ce9125754e792..bcaf2310218dbe2c7852f3bbaf779e733a0efb99 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp
|
| @@ -54,7 +54,8 @@ GenericFontFamilySettings& GenericFontFamilySettings::operator=(
|
| return *this;
|
| }
|
|
|
| -// Sets the entry in the font map for the given script. If family is the empty string, removes the entry instead.
|
| +// Sets the entry in the font map for the given script. If family is the empty
|
| +// string, removes the entry instead.
|
| void GenericFontFamilySettings::setGenericFontFamilyMap(
|
| ScriptFontFamilyMap& fontMap,
|
| const AtomicString& family,
|
|
|