| Index: Source/core/animation/StringKeyframe.h
|
| diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h
|
| index 7bf226e8cc74d0d20c977675bf70a7667169d84d..c6a753e3a7647d99041000db07c8d706f74959db 100644
|
| --- a/Source/core/animation/StringKeyframe.h
|
| +++ b/Source/core/animation/StringKeyframe.h
|
| @@ -36,7 +36,6 @@ public:
|
|
|
| CSSValue* value() const { return m_value.get(); }
|
| virtual const PassRefPtrWillBeRawPtr<AnimatableValue> getAnimatableValue() const OVERRIDE FINAL {
|
| - ASSERT(m_animatableValueCache);
|
| return m_animatableValueCache.get();
|
| }
|
|
|
|
|