Changeset 243582 in webkit
- Timestamp:
- Mar 27, 2019, 4:44:06 PM (7 years ago)
- Location:
- branches/safari-607-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios/PlaybackSessionInterfaceAVKit.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607-branch/Source/WebCore/ChangeLog
r243581 r243582 1 2019-03-27 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r243338. rdar://problem/49307958 4 5 Fix iOS build after r243337 6 https://bugs.webkit.org/show_bug.cgi?id=195935 7 8 * platform/ios/PlaybackSessionInterfaceAVKit.mm: 9 (WebCore::PlaybackSessionInterfaceAVKit::playbackSessionModel const): 10 (WebCore::playbackSessionModel const): Deleted. 11 12 13 14 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243338 268f45cc-cd09-0410-ab3c-d52691b4dbfc 15 16 2019-03-21 Alex Christensen <achristensen@webkit.org> 17 18 Fix iOS build after r243337 19 https://bugs.webkit.org/show_bug.cgi?id=195935 20 21 * platform/ios/PlaybackSessionInterfaceAVKit.mm: 22 (WebCore::PlaybackSessionInterfaceAVKit::playbackSessionModel const): 23 (WebCore::playbackSessionModel const): Deleted. 24 1 25 2019-03-27 Alan Coon <alancoon@apple.com> 2 26 -
branches/safari-607-branch/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm
r243581 r243582 78 78 } 79 79 80 PlaybackSessionModel* playbackSessionModel() const80 PlaybackSessionModel* PlaybackSessionInterfaceAVKit::playbackSessionModel() const 81 81 { 82 82 return m_playbackSessionModel.get();
Note:
See TracChangeset
for help on using the changeset viewer.