Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
| index bbc79190f73b7c0905a828407a6be5aaec08d4ba..de6515b7af7fafb505b05db3e43311ff6cc686f1 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
| @@ -161,7 +161,7 @@ Path HTMLAreaElement::getPath(const LayoutObject* containerObject) const |
| } |
| break; |
| default: |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| break; |
| } |