| Index: ui/views/controls/styled_label.cc
|
| diff --git a/ui/views/controls/styled_label.cc b/ui/views/controls/styled_label.cc
|
| index 700e62a392115963ae77adb8abb4a2fb60aa0205..5c605f633fc194494b91585dc4937ee86eda5454 100644
|
| --- a/ui/views/controls/styled_label.cc
|
| +++ b/ui/views/controls/styled_label.cc
|
| @@ -241,7 +241,8 @@ gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) {
|
| chunk_bounds.width(),
|
| chunk_bounds.height(),
|
| gfx::IGNORE_LONG_WORDS,
|
| - &substrings);
|
| + &substrings,
|
| + nullptr);
|
|
|
| DCHECK(!substrings.empty());
|
| base::string16 chunk = substrings[0];
|
|
|