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

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: add some limited-lifetime comments 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') | no next file with comments »
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..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
« no previous file with comments | « no previous file | Source/platform/LifecycleObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698