Changeset 184924 in webkit


Ignore:
Timestamp:
May 27, 2015 3:11:27 PM (9 years ago)
Author:
dbates@webkit.org
Message:

Attempt to fix internal build following <http://trac.webkit.org/changeset/184760>
(https://bugs.webkit.org/show_bug.cgi?id=145289)

Reviewed by Jer Noble.

  • platform/spi/mac/AVFoundationSPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r184922 r184924  
     12015-05-27  Daniel Bates  <dabates@apple.com>
     2
     3        Attempt to fix internal build following <http://trac.webkit.org/changeset/184760>
     4        (https://bugs.webkit.org/show_bug.cgi?id=145289)
     5
     6        Reviewed by Jer Noble.
     7
     8        * platform/spi/mac/AVFoundationSPI.h:
     9
    1102015-05-27  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h

    r184760 r184924  
    5454#if PLATFORM(IOS)
    5555
    56 #if USE(APPLE_INTERNAL_SDK)
     56#if HAVE(AVKIT) && USE(APPLE_INTERNAL_SDK)
    5757#import <AVKit/AVPlayerViewController_WebKitOnly.h>
    5858#endif
Note: See TracChangeset for help on using the changeset viewer.