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

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

Issue 1150863003: Oilpan: rename EAGERLY_SWEEP() as EAGERLY_FINALIZED(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/heap/Heap.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 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:
« no previous file with comments | « no previous file | Source/platform/LifecycleObserver.h » ('j') | Source/platform/heap/Heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698