| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index 88335cd477fda3e66804440c2f12fb715867b156..2b84a247eeeff43c5342826819e780cc603cb42d 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -177,7 +177,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();
|
|
|
|
|