Index: third_party/WebKit/Source/core/dom/PseudoElementData.h |
diff --git a/third_party/WebKit/Source/core/dom/PseudoElementData.h b/third_party/WebKit/Source/core/dom/PseudoElementData.h |
index d95a58a03ec4e3580a3ec6ed1db7d892dd4e18fb..53e03d9d6bcb2b7d6f8c78f99aeef3c996d90223 100644 |
--- a/third_party/WebKit/Source/core/dom/PseudoElementData.h |
+++ b/third_party/WebKit/Source/core/dom/PseudoElementData.h |
@@ -73,7 +73,7 @@ inline void PseudoElementData::setPseudoElement(PseudoId pseudoId, |
m_generatedFirstLetter = element; |
break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
} |