⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243338 in webkit


Ignore:
Timestamp:
Mar 21, 2019, 3:51:32 PM (7 years ago)
Author:
achristensen@apple.com
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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243337 r243338  
     12019-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
    1102019-03-21  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm

    r243337 r243338  
    7878}
    7979
    80 PlaybackSessionModel* playbackSessionModel() const
     80PlaybackSessionModel* PlaybackSessionInterfaceAVKit::playbackSessionModel() const
    8181{
    8282    return m_playbackSessionModel.get();
Note: See TracChangeset for help on using the changeset viewer.