| Index: Source/core/animation/Keyframe.h
|
| diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h
|
| index ae5461829470b89b295df06e626d20a256d00455..7fd0e5100cbfe28399ac42f723b88fda891d23fb 100644
|
| --- a/Source/core/animation/Keyframe.h
|
| +++ b/Source/core/animation/Keyframe.h
|
| @@ -6,6 +6,7 @@
|
| #define Keyframe_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/animation/AnimationEffect.h"
|
| #include "core/animation/AnimationNode.h"
|
| #include "core/animation/animatable/AnimatableValue.h"
|
| @@ -18,7 +19,7 @@ class Element;
|
| class ComputedStyle;
|
|
|
| // FIXME: Make Keyframe immutable
|
| -class Keyframe : public RefCountedWillBeGarbageCollectedFinalized<Keyframe> {
|
| +class CORE_EXPORT Keyframe : public RefCountedWillBeGarbageCollectedFinalized<Keyframe> {
|
| public:
|
| virtual ~Keyframe() { }
|
|
|
|
|