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 2b825894b8ecada2efd5d94fe852985c67e3694a..db87eb1539ead64cea3357cfafc0bf6a158c9d1b 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp |
+++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp |
@@ -46,7 +46,7 @@ static const double minimumInterval = 0.004; |
static inline bool shouldForwardUserGesture(int interval, int nestingLevel) |
{ |
- return UserGestureIndicator::processingUserGesture() |
+ return UserGestureIndicator::processingUserGestureUntracked() |
&& interval <= maxIntervalForUserGestureForwarding |
&& nestingLevel == 1; // Gestures should not be forwarded to nested timers. |
} |