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

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.cpp

Issue 1914233006: Implement offscreenCanvas.getContext('webgl') on a worker thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
index 5e5bd450d6c5a777f7cc93eb5eceb087ed63c79f..333cdb7b630e1b8f25677f4885629017ece8fed0 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
@@ -226,6 +226,8 @@ void ThreadState::runTerminationGC()
// pointers into the heap owned by this thread.
m_isTerminating = true;
+ releaseStaticPersistentNodes();
xidachen 2016/05/07 17:07:49 sof@, haraken@: without this line, the layout test
sof 2016/05/07 17:11:23 Really, isn't the releaseStaticPersistentNodes() c
xidachen 2016/05/07 17:28:30 I just tried something, without this line here, an
sof 2016/05/07 17:33:32 Not a good idea, as you will be perpetually stuck
+
// Set the terminate flag on all heap pages of this thread. This is used to
// ensure we don't trace pages on other threads that are not part of the
// thread local GC.
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698