Index: third_party/WebKit/Source/core/css/CSSImportRule.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSImportRule.cpp b/third_party/WebKit/Source/core/css/CSSImportRule.cpp |
index f2a02e5d4f3df0221739533f731a435c1e7fcee7..1730e6fe81f48c3a5a63025cbd2ba5109dbbba8f 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImportRule.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSImportRule.cpp |
@@ -78,7 +78,7 @@ CSSStyleSheet* CSSImportRule::styleSheet() const { |
void CSSImportRule::reattach(StyleRuleBase*) { |
// FIXME: Implement when enabling caching for stylesheets with import rules. |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
DEFINE_TRACE(CSSImportRule) { |