Title: [275223] trunk/Source/WebKit
Revision
275223
Author
[email protected]
Date
2021-03-30 12:04:07 -0700 (Tue, 30 Mar 2021)

Log Message

Unreviewed build fix after r275210. Disambiguate the WeakPtrFactory in RemoteMediaSessionCoordinatorProxy with a using statement.

* UIProcess/Media/RemoteMediaSessionCoordinatorProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (275222 => 275223)


--- trunk/Source/WebKit/ChangeLog	2021-03-30 19:04:03 UTC (rev 275222)
+++ trunk/Source/WebKit/ChangeLog	2021-03-30 19:04:07 UTC (rev 275223)
@@ -1,3 +1,9 @@
+2021-03-30  Jer Noble  <[email protected]>
+
+        Unreviewed build fix after r275210. Disambiguate the WeakPtrFactory in RemoteMediaSessionCoordinatorProxy with a using statement.
+
+        * UIProcess/Media/RemoteMediaSessionCoordinatorProxy.h:
+
 2021-03-30  Jiewen Tan  <[email protected]>
 
         Unreviewed, reverting r275197.

Modified: trunk/Source/WebKit/UIProcess/Media/RemoteMediaSessionCoordinatorProxy.h (275222 => 275223)


--- trunk/Source/WebKit/UIProcess/Media/RemoteMediaSessionCoordinatorProxy.h	2021-03-30 19:04:03 UTC (rev 275222)
+++ trunk/Source/WebKit/UIProcess/Media/RemoteMediaSessionCoordinatorProxy.h	2021-03-30 19:04:07 UTC (rev 275223)
@@ -54,6 +54,9 @@
     void pause();
     void setTrack(const String&);
 
+    using MediaSessionCoordinatorClient::weakPtrFactory;
+    using WeakValueType = MediaSessionCoordinatorClient::WeakValueType;
+
 private:
     explicit RemoteMediaSessionCoordinatorProxy(WebPageProxy&, Ref<MediaSessionCoordinatorPrivateProxy>&&);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to