| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.h b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| index 9f81f4c5a716cd5e75f0bdfd2591c25855afeca0..7d6850eb57dda198d769a99d1477a7443c5424a4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -86,7 +86,7 @@ class CORE_EXPORT LayoutTableRow final : public LayoutTableBoxComponent {
|
|
|
| void SetRowIndex(unsigned row_index) {
|
| if (UNLIKELY(row_index > kMaxRowIndex))
|
| - CRASH();
|
| + IMMEDIATE_CRASH();
|
|
|
| row_index_ = row_index;
|
| }
|
|
|