| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index f2e717e33ed270f8269506e76e68bfc6f8423ae7..fc4a69f3c459c6dfa0b657eca5639be055ba7f14 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -46,6 +46,7 @@ class ExceptionState;
|
| class SampledEffect;
|
|
|
| class Animation FINAL : public AnimationNode {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum Priority { DefaultPriority, TransitionPriority };
|
|
|
| @@ -110,4 +111,4 @@ DEFINE_TYPE_CASTS(Animation, AnimationNode, animationNode, animationNode->isAnim
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // Animation_h
|
|
|