| Index: third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| index f78d5102ca463b91b208262fdeef96c2fa07779f..d124303a4a5cdff4858b60a54092d174bda3bb3d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| @@ -68,7 +68,7 @@ void LayoutMedia::layout() {
|
| else if (child->node()->isTextTrackContainer())
|
| seenTextTrackContainer = true;
|
| else
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| #endif
|
|
|
| // TODO(mlamouri): we miss some layouts because needsLayout returns false in
|
|
|