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() { } |