| 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 96782fa21879ada066f09ee161fc5362216911ac..9e06504bf8f90d19c2620a29374a76f02790dcdd 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -127,7 +127,8 @@ void DOMTimer::fired() {
|
| ASSERT(context);
|
| context->timers()->setTimerNestingLevel(m_nestingLevel);
|
| ASSERT(!context->activeDOMObjectsAreSuspended());
|
| - // Only the first execution of a multi-shot timer should get an affirmative user gesture indicator.
|
| + // Only the first execution of a multi-shot timer should get an affirmative
|
| + // user gesture indicator.
|
| UserGestureIndicator gestureIndicator(m_userGestureToken.release());
|
|
|
| TRACE_EVENT1("devtools.timeline", "TimerFire", "data",
|
|
|