| Index: third_party/WebKit/Source/core/frame/BarProp.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/BarProp.cpp b/third_party/WebKit/Source/core/frame/BarProp.cpp
|
| index 9be778d487aaa077226bcb8df463e43e2c33cb07..6aacda9ddd3a8c83d676ca358af0af0f07376e29 100644
|
| --- a/third_party/WebKit/Source/core/frame/BarProp.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/BarProp.cpp
|
| @@ -61,7 +61,7 @@ bool BarProp::visible() const {
|
| return host->chromeClient().statusbarVisible();
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return false;
|
| }
|
|
|
|
|