| Index: Source/core/frame/DOMWindowProperty.h
|
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h
|
| index f3c415bb04c4733e04aa748651f495cd794f75b2..327c4694a99da036eb77694f983078e8efb8deb8 100644
|
| --- a/Source/core/frame/DOMWindowProperty.h
|
| +++ b/Source/core/frame/DOMWindowProperty.h
|
| @@ -43,9 +43,7 @@ public:
|
|
|
| LocalFrame* frame() const { return m_frame; }
|
|
|
| - // TODO(Oilpan): remove eager sweeping once DOMWindowProperty is
|
| - // always on the heap.
|
| - EAGERLY_SWEEP();
|
| + EAGERLY_FINALIZE_WILL_BE_REMOVED();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|