Changeset 212219 in webkit


Ignore:
Timestamp:
Feb 12, 2017, 10:04:00 PM (9 years ago)
Author:
mitz@apple.com
Message:

Tried to fix USE(APPLE_INTERNAL_SDK) builds after r212211.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r212218 r212219  
     12017-02-12  Dan Bernstein  <mitz@apple.com>
     2
     3        Tried to fix USE(APPLE_INTERNAL_SDK) builds after r212211.
     4
     5        * platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h:
     6
    172017-02-12  Ryosuke Niwa  <rniwa@webkit.org>
    28
  • trunk/Source/WebCore/platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h

    r194318 r212219  
    2323 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2424 */
    25 #ifndef NSImmediateActionGestureRecognizerSPI_h
    26 #define NSImmediateActionGestureRecognizerSPI_h
    2725
    2826#import <AppKit/NSGestureRecognizer.h>
    2927
    30 // FIXME: This header should include system headers when possible.
     28#if USE(APPLE_INTERNAL_SDK)
     29
     30#import <AppKit/NSImmediateActionGestureRecognizer_Private.h>
     31
     32#else
    3133
    3234@class NSImmediateActionGestureRecognizer;
Note: See TracChangeset for help on using the changeset viewer.