| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index 2b2e2c63ba0f7dbd2931c5bdcaaf30c7d8f935e8..8d74d6136bfdadad1c58aa8c1522a9772a44f6e9 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -138,7 +138,7 @@ void DOMTimer::fired() {
|
| DCHECK(!context->isContextSuspended());
|
| // Only the first execution of a multi-shot timer should get an affirmative
|
| // user gesture indicator.
|
| - UserGestureIndicator gestureIndicator(m_userGestureToken.release());
|
| + UserGestureIndicator gestureIndicator(std::move(m_userGestureToken));
|
|
|
| TRACE_EVENT1("devtools.timeline", "TimerFire", "data",
|
| InspectorTimerFireEvent::data(context, m_timeoutID));
|
|
|