Changeset 212219 in webkit
- Timestamp:
- Feb 12, 2017, 10:04:00 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r212218 r212219 1 2017-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 1 7 2017-02-12 Ryosuke Niwa <rniwa@webkit.org> 2 8 -
trunk/Source/WebCore/platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h
r194318 r212219 23 23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 #ifndef NSImmediateActionGestureRecognizerSPI_h26 #define NSImmediateActionGestureRecognizerSPI_h27 25 28 26 #import <AppKit/NSGestureRecognizer.h> 29 27 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 31 33 32 34 @class NSImmediateActionGestureRecognizer;
Note:
See TracChangeset
for help on using the changeset viewer.