| 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 ed10e8648ae15757a5c713785e6f6ebb2f31e6dc..8ab99e65c18c7c7cc051ea1223969fbdb0c849d6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
|
| @@ -37,6 +37,7 @@
|
| void V8RecursionScope::didLeaveScriptContext()
|
| {
|
| Microtask::performCheckpoint(m_isolate);
|
| + V8PerIsolateData::from(m_isolate)->runEndOfScopeTasks();
|
| }
|
|
|
| } // namespace blink
|
|
|