Chromium Code Reviews| Index: Source/core/frame/DOMWindowProperty.h |
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h |
| index dcb12e57328543041f093eaca020f58fbd9ebd59..2fb446569ebc13f48bb9f6336e0ae8c7b3dc6de7 100644 |
| --- a/Source/core/frame/DOMWindowProperty.h |
| +++ b/Source/core/frame/DOMWindowProperty.h |
| @@ -43,6 +43,7 @@ public: |
| LocalFrame* frame() const { return m_frame; } |
| + EAGERLY_SWEEP(); |
|
haraken
2015/05/21 23:24:49
Add a TODO to remove this.
|
| DECLARE_VIRTUAL_TRACE(); |
| protected: |
| @@ -62,4 +63,4 @@ private: |
| } // namespace blink |
| -#endif |
| +#endif // DOMWindowProperty_h |