| Index: Source/core/svg/SVGElementInstance.h
|
| diff --git a/Source/core/svg/SVGElementInstance.h b/Source/core/svg/SVGElementInstance.h
|
| index ec1f925570a19ee9f764a4828e2e020d4a007d00..65e3c2d70100830004a4c9d6d99685e70ca59c13 100644
|
| --- a/Source/core/svg/SVGElementInstance.h
|
| +++ b/Source/core/svg/SVGElementInstance.h
|
| @@ -55,7 +55,7 @@ public:
|
| virtual void removeAllEventListeners() OVERRIDE;
|
|
|
| using EventTarget::dispatchEvent;
|
| - virtual bool dispatchEvent(PassRefPtr<Event>) OVERRIDE;
|
| + virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
|
|
|
| SVGElement* correspondingElement() const { return m_element.get(); }
|
| SVGUseElement* correspondingUseElement() const { return m_correspondingUseElement; }
|
|
|