Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementException.cpp |
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementException.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementException.cpp |
index ca0a454744cf028b0632c56d78d0ed6003063625..be21f5e3e454c3aeb9c5d3ff9c9e57ae37a2f82c 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementException.cpp |
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementException.cpp |
@@ -108,7 +108,7 @@ void V0CustomElementException::throwException(Reason reason, |
return; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
} // namespace blink |