| Index: third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp b/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp
|
| index 64d2317d64a8cd5e77b858936401dfb1332c1eb5..f1a2d5ce2ceafd71460f4f975ff2ca9e0beea736 100644
|
| --- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp
|
| @@ -68,7 +68,7 @@ static Image* PlatformResource(const char* name) {
|
| g_media_control_image_map->Set(name, image);
|
| return image;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return 0;
|
| }
|
|
|
| @@ -548,7 +548,7 @@ bool MediaControlsPainter::PaintMediaCastButton(const LayoutObject& object,
|
| case kMediaOverlayCastOffButton:
|
| return PaintMediaButton(paint_info.context, rect, media_overlay_cast_off);
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return false;
|
| }
|
| }
|
|
|