Chromium Code Reviews| Index: Source/core/workers/WorkerSupplementable.h |
| diff --git a/Source/core/workers/WorkerSupplementable.h b/Source/core/workers/WorkerSupplementable.h |
| index f091474148e63b15b979e191ee8822c1b80f3f8c..9f24ebff3b088fbfeb164a4ad1bc52719da1083e 100644 |
| --- a/Source/core/workers/WorkerSupplementable.h |
| +++ b/Source/core/workers/WorkerSupplementable.h |
| @@ -34,8 +34,8 @@ namespace WebCore { |
| class WorkerGlobalScope; |
| -typedef Supplementable<WorkerGlobalScope> WorkerSupplementable; |
| -typedef Supplement<WorkerGlobalScope> WorkerSupplement; |
| +typedef WillBeHeapSupplementable<WorkerGlobalScope> WorkerSupplementable; |
| +typedef WillBeHeapSupplement<WorkerGlobalScope> WorkerSupplement; |
|
haraken
2014/02/27 02:46:01
Let's remove this file and directly use WillBeHeap
sof
2014/02/27 08:50:37
Done (but with a faint plea not to extend CLs with
|
| } // namespace WebCore |