| Index: Source/core/events/MouseRelatedEvent.h
 | 
| diff --git a/Source/core/events/MouseRelatedEvent.h b/Source/core/events/MouseRelatedEvent.h
 | 
| index bc6863cf208cac4d663ff71f2218cbc1866100a5..6ce689cd1bdf3c1cee95c0d1bc22b9aebae1ceef 100644
 | 
| --- a/Source/core/events/MouseRelatedEvent.h
 | 
| +++ b/Source/core/events/MouseRelatedEvent.h
 | 
| @@ -61,7 +61,7 @@ namespace WebCore {
 | 
|  
 | 
|      protected:
 | 
|          MouseRelatedEvent();
 | 
| -        MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
 | 
| +        MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>,
 | 
|                            int detail, const IntPoint& screenLocation, const IntPoint& windowLocation,
 | 
|                            const IntPoint& movementDelta,
 | 
|                            bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated = false);
 | 
| 
 |