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

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

Issue 791033003: Tidy up UserMediaController references from mediastream request objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix non-Oilpan compilation Created 6 years 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/modules/mediastream/MediaDevicesRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaDevicesRequest.h
diff --git a/Source/modules/mediastream/MediaDevicesRequest.h b/Source/modules/mediastream/MediaDevicesRequest.h
index fdff921dfd3198b959d2485208bbf95c0f781fa8..8a1a07d30b020e43db40e9d502bcae18b1c3e8d4 100644
--- a/Source/modules/mediastream/MediaDevicesRequest.h
+++ b/Source/modules/mediastream/MediaDevicesRequest.h
@@ -58,7 +58,7 @@ public:
private:
MediaDevicesRequest(ExecutionContext*, UserMediaController*, MediaDeviceInfoCallback*);
- UserMediaController* m_controller;
+ RawPtrWillBeMember<UserMediaController> m_controller;
Member<MediaDeviceInfoCallback> m_callback;
};
« no previous file with comments | « no previous file | Source/modules/mediastream/MediaDevicesRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698