Changeset 238656 in webkit


Ignore:
Timestamp:
Nov 28, 2018 6:25:16 PM (6 years ago)
Author:
Simon Fraser
Message:

Attempt to fix the iOS build by only including RevealSPI.h when it's needed.

  • editing/cocoa/DictionaryLookup.mm:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r238655 r238656  
     12018-11-28  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Attempt to fix the iOS build by only including RevealSPI.h when it's needed.
     4
     5        * editing/cocoa/DictionaryLookup.mm:
     6
    172018-11-28  Alex Christensen  <achristensen@webkit.org>
    28
  • trunk/Source/WebCore/editing/cocoa/DictionaryLookup.mm

    r238653 r238656  
    4545#import "VisibleUnits.h"
    4646#import <PDFKit/PDFKit.h>
    47 #import <pal/spi/cocoa/RevealSPI.h>
    4847#import <pal/spi/mac/LookupSPI.h>
    4948#import <wtf/BlockObjCExceptions.h>
     
    5150
    5251#if ENABLE(REVEAL)
     52#import <pal/spi/cocoa/RevealSPI.h>
    5353
    5454#if PLATFORM(MAC)
Note: See TracChangeset for help on using the changeset viewer.