Index: third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp |
index 26e41bf99e42d86f8594abecf117edaa9ecc2b8c..18480a14a4e225417770f03d40b39e6b9c687b75 100644 |
--- a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp |
@@ -55,7 +55,8 @@ FontRenderStyle FontRenderStyle::querySystem(const CString& family, |
#if OS(ANDROID) |
style.setDefaults(); |
#else |
- // If the font name is missing (i.e. probably a web font) or the sandbox is disabled, use the system defaults. |
+ // If the font name is missing (i.e. probably a web font) or the sandbox is |
+ // disabled, use the system defaults. |
if (!family.length() || !Platform::current()->sandboxSupport()) { |
style.setDefaults(); |
} else { |