| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index 1380b1907c857889972587d5570bdbe86d23067f..c51301715749e7c696b7b1756d41ecb13cbc2729 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -104,7 +104,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
|
|
| void SetAbsoluteColumnIndex(unsigned column) {
|
| if (UNLIKELY(column > kMaxColumnIndex))
|
| - CRASH();
|
| + IMMEDIATE_CRASH();
|
|
|
| absolute_column_index_ = column;
|
| }
|
|
|