| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index 41f7df08031f897f2daba0f4b73f3e14869d1bc6..37bfd4128ae315446da0a157c310d2699eaee83c 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -176,7 +176,7 @@ public:
|
| return animation1->sequenceNumber() < animation2->sequenceNumber();
|
| }
|
|
|
| - bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) override;
|
| + bool addEventListener(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, bool useCapture = false) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|