Title: [243338] trunk/Source/WebCore
- Revision
- 243338
- Author
- [email protected]
- Date
- 2019-03-21 15:51:32 -0700 (Thu, 21 Mar 2019)
Log Message
Fix iOS build after r243337
https://bugs.webkit.org/show_bug.cgi?id=195935
* platform/ios/PlaybackSessionInterfaceAVKit.mm:
(WebCore::PlaybackSessionInterfaceAVKit::playbackSessionModel const):
(WebCore::playbackSessionModel const): Deleted.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (243337 => 243338)
--- trunk/Source/WebCore/ChangeLog 2019-03-21 22:36:08 UTC (rev 243337)
+++ trunk/Source/WebCore/ChangeLog 2019-03-21 22:51:32 UTC (rev 243338)
@@ -1,3 +1,12 @@
+2019-03-21 Alex Christensen <[email protected]>
+
+ Fix iOS build after r243337
+ https://bugs.webkit.org/show_bug.cgi?id=195935
+
+ * platform/ios/PlaybackSessionInterfaceAVKit.mm:
+ (WebCore::PlaybackSessionInterfaceAVKit::playbackSessionModel const):
+ (WebCore::playbackSessionModel const): Deleted.
+
2019-03-21 Brent Fulgham <[email protected]>
Hardening: Use WeakPtrs in PlaybackSessionInterface{Mac,AVKit}
Modified: trunk/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm (243337 => 243338)
--- trunk/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm 2019-03-21 22:36:08 UTC (rev 243337)
+++ trunk/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm 2019-03-21 22:51:32 UTC (rev 243338)
@@ -77,7 +77,7 @@
invalidate();
}
-PlaybackSessionModel* playbackSessionModel() const
+PlaybackSessionModel* PlaybackSessionInterfaceAVKit::playbackSessionModel() const
{
return m_playbackSessionModel.get();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes