| Index: Source/core/animation/Keyframe.h
|
| diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h
|
| index 3a183d35b4f711428cc19a853d022de92352379c..208f661aa6d112abaf9736240ef5cab0c60d1738 100644
|
| --- a/Source/core/animation/Keyframe.h
|
| +++ b/Source/core/animation/Keyframe.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef Keyframe_h
|
| #define Keyframe_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/animation/AnimationEffect.h"
|
| #include "core/animation/AnimationNode.h"
|
| #include "core/animation/PropertyHandle.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() { }
|
|
|
|
|