| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 3082bf7c55d41eb82968523d001f1a915a8f6c16..fc0c7a89b869aff83e4860837b8f93d355ff9a2d 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -412,7 +412,7 @@ WebInputEventResult WebFrameWidgetImpl::HandleInputEvent(
|
| case WebInputEvent::kMouseUp:
|
| event_type = EventTypeNames::mouseup;
|
| gesture_indicator = WTF::WrapUnique(
|
| - new UserGestureIndicator(mouse_capture_gesture_token_.Release()));
|
| + new UserGestureIndicator(std::move(mouse_capture_gesture_token_)));
|
| break;
|
| default:
|
| NOTREACHED();
|
|
|