| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| index a07ad8e8f1540276b2ac7b3aff04b07faa0ed7af..8cf5b26f70237b3c3c87f06e153170c1bd35fa2e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| @@ -604,7 +604,7 @@ LayoutRect LayoutReplaced::computeObjectFit(
|
| case ObjectFitFill:
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| LayoutUnit xOffset = minimumValueForLength(
|
|
|