| 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 e38ac74e6489aa12c3e4eb579ca5f997bd5976ab..d74c1e8b58ffcdf8dbb53ecb620185c34050bb31 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -159,6 +159,9 @@ void DOMTimer::fired() {
|
|
|
| // No access to member variables after this point, it can delete the timer.
|
| m_action->execute(context);
|
| +
|
| + context->timers()->setTimerNestingLevel(0);
|
| +
|
| return;
|
| }
|
|
|
|
|