Index: third_party/WebKit/Source/core/css/CSSValueList.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSValueList.cpp b/third_party/WebKit/Source/core/css/CSSValueList.cpp |
index 99b0ce793b228909a910a920e96b5efa087a188f..6c800cd73892a3531d55f321d8c18e66edbc076b 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValueList.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSValueList.cpp |
@@ -79,7 +79,7 @@ CSSValueList* CSSValueList::copy() const { |
newList = createSlashSeparated(); |
break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
newList->m_values = m_values; |
return newList; |
@@ -99,7 +99,7 @@ String CSSValueList::customCSSText() const { |
separator = " / "; |
break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
unsigned size = m_values.size(); |