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

Unified Diff: Source/platform/mediastream/RTCSessionDescriptionRequest.h

Issue 1227533004: Oilpan: Eagerly finalize RTCSessionDescriptionRequest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mediastream/RTCSessionDescriptionRequest.h
diff --git a/Source/platform/mediastream/RTCSessionDescriptionRequest.h b/Source/platform/mediastream/RTCSessionDescriptionRequest.h
index 53a0b075cdbe5c917633161d935d5515fbe28d1b..467e47de62aef65f98b4fd2ce96f93121700e17f 100644
--- a/Source/platform/mediastream/RTCSessionDescriptionRequest.h
+++ b/Source/platform/mediastream/RTCSessionDescriptionRequest.h
@@ -53,6 +53,8 @@ public:
ExtraData* extraData() const { return m_extraData.get(); }
void setExtraData(PassOwnPtr<ExtraData> extraData) { m_extraData = extraData; }
+ // Need to eagerly finalize ExtraData.
+ EAGERLY_FINALIZE();
DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698