Title: [243582] branches/safari-607-branch/Source/WebCore
- Revision
- 243582
- Author
- [email protected]
- Date
- 2019-03-27 16:44:06 -0700 (Wed, 27 Mar 2019)
Log Message
Cherry-pick r243338. rdar://problem/49307958
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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243338 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-607-branch/Source/WebCore/ChangeLog (243581 => 243582)
--- branches/safari-607-branch/Source/WebCore/ChangeLog 2019-03-27 23:44:04 UTC (rev 243581)
+++ branches/safari-607-branch/Source/WebCore/ChangeLog 2019-03-27 23:44:06 UTC (rev 243582)
@@ -1,5 +1,29 @@
2019-03-27 Alan Coon <[email protected]>
+ Cherry-pick r243338. rdar://problem/49307958
+
+ 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.
+
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243338 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 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-27 Alan Coon <[email protected]>
+
Cherry-pick r243337. rdar://problem/49307958
Hardening: Use WeakPtrs in PlaybackSessionInterface{Mac,AVKit}
Modified: branches/safari-607-branch/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm (243581 => 243582)
--- branches/safari-607-branch/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm 2019-03-27 23:44:04 UTC (rev 243581)
+++ branches/safari-607-branch/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm 2019-03-27 23:44:06 UTC (rev 243582)
@@ -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