| Index: third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.cpp b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| index ced8ba292537473964df40d35a68c073bc72b135..3239ac216a6d7e54ab5320e657cc625087760494 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| @@ -110,7 +110,7 @@ static void MakeCapitalized(String* string, UChar previous) {
|
| const StringImpl& input = *string->Impl();
|
|
|
| if (length >= std::numeric_limits<unsigned>::max())
|
| - CRASH();
|
| + IMMEDIATE_CRASH();
|
|
|
| StringBuffer<UChar> string_with_previous(length + 1);
|
| string_with_previous[0] =
|
|
|