| 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 c7e9cb125b4186b3e279bf94979c2388b82cc629..d11a8af2c7175b13af6f0f6bbc3d4b75c28d7db5 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| @@ -31,8 +31,6 @@ class InterpolationType {
|
| WTF_MAKE_NONCOPYABLE(InterpolationType);
|
|
|
| public:
|
| - virtual ~InterpolationType() { NOTREACHED(); }
|
| -
|
| PropertyHandle getProperty() const { return m_property; }
|
|
|
| // ConversionCheckers are returned from calls to maybeConvertPairwise() and
|
|
|