| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index 8ef9933be27220ea002edfa4953626871fdf2e7c..7b0fce13be46a191edc8f18c573f3b1e6237ba2b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -272,7 +272,7 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
|
| LayoutObject* newChild,
|
| LayoutBoxModelObject* oldCont);
|
|
|
| - void layout() final { ASSERT_NOT_REACHED(); } // Do nothing for layout()
|
| + void layout() final { NOTREACHED(); } // Do nothing for layout()
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&) const final;
|
|
|
|
|