| Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
|
| index c4065f5ccc0d6c3746400f963255e72dd503eb27..ce2fc5166bc29e64c3059a32e5a1fd6d42b08061 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
|
| @@ -1178,7 +1178,7 @@ String AXLayoutObject::StringValue() const {
|
| if (layout_object_->GetFrame())
|
| return String();
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| if (IsTextControl())
|
|
|