| Index: third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| index a431574b72e788a0a63aa05e3ba7a44e44536b09..6d80a6d8ebb64c06ae8679ee11792b9a38d2c4fd 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| @@ -34,6 +34,8 @@ public:
|
| // destroy the timer.
|
| DOMTimer* removeTimeoutByID(int id);
|
|
|
| + bool hasInstalledTimeout() const;
|
| +
|
| // Timers created during the execution of other timers, and
|
| // repeating timers, are throttled. Timer nesting level tracks the
|
| // number of linked timers or repetitions of a timer. See
|
|
|