Index: third_party/WebKit/Source/core/css/CSSValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSValue.cpp b/third_party/WebKit/Source/core/css/CSSValue.cpp |
index 03728638d6553db672a727bcbf32f830739bb167..dc39bac5927ab30322331c1f2cbf0d35adde0bf9 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSValue.cpp |
@@ -609,7 +609,7 @@ DEFINE_TRACE(CSSValue) { |
toCSSPendingSubstitutionValue(this)->traceAfterDispatch(visitor); |
return; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
} // namespace blink |