Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableElement.cpp b/third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
| index dbb9aae758f94fbeb4d4dca48f12513a02c001cc..adf27d2dc03c471bac97c74918be42694919ff18 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLTableElement.cpp |
| @@ -443,7 +443,7 @@ HTMLTableElement::CellBorders HTMLTableElement::getCellBorders() const |
| return SolidBorders; |
| return InsetBorders; |
| } |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return NoBorders; |
| } |