| Index: third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp b/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
|
| index dedb8a4dc4ecc77aa91d6b875387373aff3e0b59..98a33c9b4ac9d0adb565b34d46d4f2ec3b30eacf 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
|
| @@ -52,7 +52,7 @@ static LayoutSize contentsScrollOffset(AbstractView* abstractView)
|
| }
|
|
|
| MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable,
|
| - PassRefPtrWillBeRawPtr<AbstractView> abstractView, int detail, const IntPoint& screenLocation,
|
| + RawPtr<AbstractView> abstractView, int detail, const IntPoint& screenLocation,
|
| const IntPoint& rootFrameLocation, const IntPoint& movementDelta, PlatformEvent::Modifiers modifiers,
|
| double platformTimeStamp, PositionType positionType, InputDeviceCapabilities* sourceCapabilities)
|
| : UIEventWithKeyState(eventType, canBubble, cancelable, abstractView, detail, modifiers, platformTimeStamp, sourceCapabilities)
|
|
|