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

Unified Diff: Source/core/workers/WorkerClients.h

Issue 587393002: Oilpan: make Supplementable tracing more regular. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve dummy trace() comment Created 6 years, 3 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
« no previous file with comments | « Source/core/workers/SharedWorker.cpp ('k') | Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerClients.h
diff --git a/Source/core/workers/WorkerClients.h b/Source/core/workers/WorkerClients.h
index cf1e3f8895a74be9168b249661fa019f71874414..e4e2688c5ed63b2cb334158eae76a78052d790b3 100644
--- a/Source/core/workers/WorkerClients.h
+++ b/Source/core/workers/WorkerClients.h
@@ -50,10 +50,12 @@ public:
virtual ~WorkerClients() { }
+#if ENABLE(OILPAN)
virtual void trace(Visitor* visitor) OVERRIDE
{
- WillBeHeapSupplementable<WorkerClients>::trace(visitor);
+ HeapSupplementable<WorkerClients>::trace(visitor);
}
+#endif
private:
WorkerClients() { }
« no previous file with comments | « Source/core/workers/SharedWorker.cpp ('k') | Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698