| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index 13f1555b6ec073667157db6271ddd4af474aa357..7b259ea7438aff334d4488e9ad4bb7be6d13d5e5 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -599,7 +599,7 @@ enum ContentDistributionType {
|
| };
|
|
|
| // Reasonable maximum to prevent insane font sizes from causing crashes on some platforms (such as Windows).
|
| -static const float maximumAllowedFontSize = 1000000.0f;
|
| +static const float maximumAllowedFontSize = 10000.0f;
|
|
|
| enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
|
| enum TextIndentType { TextIndentNormal, TextIndentHanging };
|
|
|