Changeset 206150 in webkit


Ignore:
Timestamp:
Sep 20, 2016 8:58:37 AM (8 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed build fix on 10.10 bots.

  • TestWebKitAPI/mac/TestWKWebViewMac.h:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r206148 r206150  
     12016-09-20  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed build fix on 10.10 bots.
     4
     5        * TestWebKitAPI/mac/TestWKWebViewMac.h:
     6
    172016-09-20  Wenson Hsieh  <wenson_hsieh@apple.com>
    28
  • trunk/Tools/TestWebKitAPI/mac/TestWKWebViewMac.h

    r206135 r206150  
    3636
    3737@interface TestWKWebView : WKWebView
    38 - (instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration NS_DESIGNATED_INITIALIZER;
    39 - (instancetype)initWithCoder:(NSCoder *)coder NS_UNAVAILABLE;
    40 
    4138// Simulates clicking with a pressure-sensitive device, if possible.
    4239- (void)mouseDownAtPoint:(NSPoint)point simulatePressure:(BOOL)simulatePressure;
Note: See TracChangeset for help on using the changeset viewer.