Index: third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp |
diff --git a/third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp b/third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp |
index b82c04dc31eab7675aea2a5b9c603c2050d030de..518b15e83e746c6fb643a13fa940eb7d9caa0696 100644 |
--- a/third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp |
+++ b/third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp |
@@ -68,7 +68,7 @@ unsigned indexOfShorthandForLonghand( |
if (shorthands.at(i).id() == shorthandID) |
return i; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return 0; |
} |