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

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

Issue 1163253003: Clean up macros around DEFINE_EVENT_TARGET_REFCOUNTING (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/modules/mediastream/RTCDataChannel.h ('k') | Source/modules/netinfo/NetworkInformation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCPeerConnection.h
diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
index 6dad9c6c6161c815ce1373c344757326f4517749..39530616abcd4c8e8db177ccd8bffdce14ac1dd2 100644
--- a/Source/modules/mediastream/RTCPeerConnection.h
+++ b/Source/modules/mediastream/RTCPeerConnection.h
@@ -59,7 +59,7 @@ class RTCPeerConnection final
: public RefCountedGarbageCollectedEventTargetWithInlineData<RTCPeerConnection>
, public WebRTCPeerConnectionHandlerClient
, public ActiveDOMObject {
- DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<RTCPeerConnection>);
+ REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(RTCPeerConnection);
DEFINE_WRAPPERTYPEINFO();
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RTCPeerConnection);
public:
« no previous file with comments | « Source/modules/mediastream/RTCDataChannel.h ('k') | Source/modules/netinfo/NetworkInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698