| 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 d688bf95caec1dbc448e81eb9551f933ce6df32b..5fd170864b56105a61e443e271fefd22b4afbc01 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| @@ -625,7 +625,7 @@ void PaintInvalidationState::assertFastPathAndSlowPathRectsEqual(
|
| << " vs slow: " << slowPathRect.toString();
|
| showLayoutTree(&m_currentObject);
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| #endif // CHECK_FAST_PATH_SLOW_PATH_EQUALITY
|
|
|