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