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

Unified Diff: Source/modules/mediastream/MediaStream.h

Issue 1149293003: Oilpan: eagerly sweep some mediasource and mediastream objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to use EAGERLY_FINALIZE() 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
Index: Source/modules/mediastream/MediaStream.h
diff --git a/Source/modules/mediastream/MediaStream.h b/Source/modules/mediastream/MediaStream.h
index 9c9be1545f07076c26ec28a6400b1c616c9398a5..14e3a17b4a33366359079a5960532825e09e028e 100644
--- a/Source/modules/mediastream/MediaStream.h
+++ b/Source/modules/mediastream/MediaStream.h
@@ -91,6 +91,8 @@ public:
// URLRegistrable
virtual URLRegistry& registry() const override;
+ // Oilpan: need to eagerly unregister as m_descriptor client.
+ EAGERLY_FINALIZE();
DECLARE_VIRTUAL_TRACE();
private:

Powered by Google App Engine
This is Rietveld 408576698