| Index: third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp b/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
|
| index d3030b995094e2cadd8b9f04ecd592c8efcb3c1d..5219e6c4a6d8aa1230a3b5f6b59cc7e9ed49fd68 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
|
| @@ -62,7 +62,7 @@ CSSStyleDeclaration* CSSKeyframeRule::style() const {
|
|
|
| void CSSKeyframeRule::reattach(StyleRuleBase*) {
|
| // No need to reattach, the underlying data is shareable on mutation.
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| DEFINE_TRACE(CSSKeyframeRule) {
|
|
|