Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLButtonElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp b/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp |
| index 976f1de00750d62d4d73d263f11b87561102e8e4..5c470732e20b668453f18a82e0712a7c4c5c5324 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp |
| @@ -76,7 +76,7 @@ const AtomicString& HTMLButtonElement::formControlType() const |
| } |
| } |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return emptyAtom; |
| } |