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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 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: third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp b/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
index 4eb13d4bb56aa05f08c00599c196b255b406f251..da982eba5bcf4cd71b17373eda9413c9fa06ebaa 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp
@@ -69,7 +69,7 @@ void MediaDevicesRequest::succeed(const MediaDeviceInfoVector& mediaDevices) {
m_resolver->resolve(mediaDevices);
}
-void MediaDevicesRequest::contextDestroyed() {
+void MediaDevicesRequest::contextDestroyed(ExecutionContext*) {
m_controller.clear();
m_resolver.clear();
}

Powered by Google App Engine
This is Rietveld 408576698