| Index: third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentTimeline.h b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| index f9317caab8a94f6d54320df26791d76b2efc4239..a408df7e222fb197b9f875004c2c761a17856bb1 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| @@ -40,8 +40,6 @@ namespace blink {
|
| class Document;
|
|
|
| class CORE_EXPORT DocumentTimeline final : public AnimationTimeline {
|
| - DEFINE_WRAPPERTYPEINFO();
|
| -
|
| public:
|
| static DocumentTimeline* Create(Document* document) {
|
| return new DocumentTimeline(document);
|
|
|