Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp

Issue 1743763004: Use v8::MicrotasksScope internally in V8RecursionScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8rs-2-endofscope
Patch Set: v8_helpers Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..b4c3acf72a48889a9e4f5e2afe51bc4f0ff7abbb 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp
@@ -30,13 +30,6 @@
#include "bindings/core/v8/V8RecursionScope.h"
-#include "core/dom/Microtask.h"
-
namespace blink {
-void V8RecursionScope::didLeaveScriptContext()
-{
- Microtask::performCheckpoint(m_isolate);
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.h ('k') | third_party/WebKit/Source/core/dom/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698