| Index: third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| index 509c15eaa876fabf0b7ed4ad4262ee70fbc4db21..19f779f557bc8a9fac8a326a09bc86ff85f19d4e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| @@ -152,7 +152,7 @@ const char* LayoutAnalyzer::nameForCounter(Counter counter) const {
|
| case TotalLayoutObjectsThatWereLaidOut:
|
| return "TotalLayoutObjectsThatWereLaidOut";
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return "";
|
| }
|
|
|
|
|