| Index: third_party/WebKit/Source/core/animation/InterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationType.h b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| index 07f61adc5c83e5844a81c0d73c181fba2b08ee59..f5f65bfd9066adf8ac1dcddb0e7a5adad8b1e6dd 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| @@ -27,7 +27,7 @@ class InterpolationType {
|
| USING_FAST_MALLOC(InterpolationType);
|
| WTF_MAKE_NONCOPYABLE(InterpolationType);
|
| public:
|
| - virtual ~InterpolationType() { ASSERT_NOT_REACHED(); }
|
| + virtual ~InterpolationType() { NOTREACHED(); }
|
|
|
| PropertyHandle getProperty() const { return m_property; }
|
|
|
|
|