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

Unified Diff: third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h

Issue 1380023004: Allow cross-thread destruction of RTCSessionDescriptionRequest objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h
diff --git a/third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h b/third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h
index cdf5d0e784b5da62851552214df1cc69d10f20d4..b23a479be9319e19856fa97570421754dd9b80ec 100644
--- a/third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h
+++ b/third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h
@@ -66,7 +66,7 @@ public:
#endif
private:
- WebPrivatePtr<RTCSessionDescriptionRequest> m_private;
+ WebPrivatePtr<RTCSessionDescriptionRequest, WebPrivatePtrDestructionCrossThread> m_private;
};
} // namespace blink
« 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