| Index: Source/core/frame/DOMWindowProperty.h
|
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h
|
| index dcb12e57328543041f093eaca020f58fbd9ebd59..f3c415bb04c4733e04aa748651f495cd794f75b2 100644
|
| --- a/Source/core/frame/DOMWindowProperty.h
|
| +++ b/Source/core/frame/DOMWindowProperty.h
|
| @@ -43,6 +43,9 @@ public:
|
|
|
| LocalFrame* frame() const { return m_frame; }
|
|
|
| + // TODO(Oilpan): remove eager sweeping once DOMWindowProperty is
|
| + // always on the heap.
|
| + EAGERLY_SWEEP();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| @@ -62,4 +65,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // DOMWindowProperty_h
|
|
|