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

Unified Diff: Source/web/WebKit.cpp

Issue 1161823002: Correctly keep track of isolates for microtask execution (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« Source/core/dom/Microtask.h ('K') | « Source/core/workers/WorkerThread.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebKit.cpp
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
index 0af50ec4763f064472ac8c6f2fa34b7bced45162..6b1bc9394ebc90a076029c3235be48e270bc17f0 100644
--- a/Source/web/WebKit.cpp
+++ b/Source/web/WebKit.cpp
@@ -76,7 +76,7 @@ public:
}
virtual void didProcessTask() override
{
- Microtask::performCheckpoint();
+ Microtask::performCheckpoint(mainThreadIsolate());
V8GCController::reportDOMMemoryUsageToV8(mainThreadIsolate());
V8Initializer::reportRejectedPromisesOnMainThread();
}
« Source/core/dom/Microtask.h ('K') | « Source/core/workers/WorkerThread.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698