Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Unified Diff: Source/core/frame/DOMWindowProperty.h

Issue 1146353002: Oilpan: insist on eager sweeping for some objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: switch to simpler encoding of eager-sweepedness Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/LifecycleObserver.h » ('j') | Source/platform/LifecycleObserver.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/platform/LifecycleObserver.h » ('j') | Source/platform/LifecycleObserver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698