| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| index 086b5b51fe0577a335892660e0d1b486135072ab..1c3695bb94d1cc827ee3bee07a8ded4edcdc0142 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| @@ -624,7 +624,7 @@ void PaintInvalidationState::assertFastPathAndSlowPathRectsEqual(
|
| << " vs slow: " << slowPathRect.toString();
|
| showLayoutTree(&m_currentObject);
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| #endif // CHECK_FAST_PATH_SLOW_PATH_EQUALITY
|
|
|