| Index: Source/core/animation/Keyframe.h
|
| diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h
|
| index ad7983ffd4b307a821b21ae415f533259ac8b963..f1f7e6b026e9974af26f85810897ca078e624b8a 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() { }
|
|
|
|
|