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

Unified Diff: third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp

Issue 1402103004: Oilpan: Factor out GC-related enum definitions to BlinkGC.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/WebThreadSupportingGC.cpp
diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
index f9c11fbb1a8e4174e7aacbb4e92d670211e05b25..0902c7a4bb0f0afb99ceee4175bcdc74bf48bf51 100644
--- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
+++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
@@ -41,7 +41,7 @@ WebThreadSupportingGC::~WebThreadSupportingGC()
{
if (ThreadState::current() && m_owningThread) {
// WebThread's destructor blocks until all the tasks are processed.
- SafePointScope scope(ThreadState::HeapPointersOnStack);
+ SafePointScope scope(BlinkGC::HeapPointersOnStack);
m_owningThread.clear();
}
}
« no previous file with comments | « third_party/WebKit/Source/platform/TaskSynchronizer.cpp ('k') | third_party/WebKit/Source/platform/heap/BlinkGC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698