Changeset 243338 in webkit
- Timestamp:
- Mar 21, 2019, 3:51:32 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios/PlaybackSessionInterfaceAVKit.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243337 r243338 1 2019-03-21 Alex Christensen <achristensen@webkit.org> 2 3 Fix iOS build after r243337 4 https://bugs.webkit.org/show_bug.cgi?id=195935 5 6 * platform/ios/PlaybackSessionInterfaceAVKit.mm: 7 (WebCore::PlaybackSessionInterfaceAVKit::playbackSessionModel const): 8 (WebCore::playbackSessionModel const): Deleted. 9 1 10 2019-03-21 Brent Fulgham <bfulgham@apple.com> 2 11 -
trunk/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm
r243337 r243338 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.