| Index: third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
|
| index e6ab06c67529d4b2afbb3c6ae6859131d0faa29e..dc805198ee42ceb363b18e12793674a53cf9d4e6 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
|
| @@ -27,6 +27,10 @@
|
| timeoutID,
|
| DOMTimer::create(context, action, timeout, singleShot, timeoutID));
|
| ASSERT(result.isNewEntry);
|
| + DOMTimer* timer = result.storedValue->value.get();
|
| +
|
| + timer->suspendIfNeeded();
|
| +
|
| return timeoutID;
|
| }
|
|
|
|
|