| Index: third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| index b4c3acf72a48889a9e4f5e2afe51bc4f0ff7abbb..ed10e8648ae15757a5c713785e6f6ebb2f31e6dc 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| @@ -30,6 +30,13 @@
|
|
|
| #include "bindings/core/v8/V8RecursionScope.h"
|
|
|
| +#include "core/dom/Microtask.h"
|
| +
|
| namespace blink {
|
|
|
| +void V8RecursionScope::didLeaveScriptContext()
|
| +{
|
| + Microtask::performCheckpoint(m_isolate);
|
| +}
|
| +
|
| } // namespace blink
|
|
|