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

Changeset 243582 in webkit


Ignore:
Timestamp:
Mar 27, 2019, 4:44:06 PM (7 years ago)
Author:
Alan Coon
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

Location:
branches/safari-607-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-607-branch/Source/WebCore/ChangeLog

    r243581 r243582  
     12019-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
    1252019-03-27  Alan Coon  <alancoon@apple.com>
    226
  • branches/safari-607-branch/Source/WebCore/platform/ios/PlaybackSessionInterfaceAVKit.mm

    r243581 r243582  
    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.