Changeset 148324 in webkit


Ignore:
Timestamp:
Apr 12, 2013, 5:37:46 PM (12 years ago)
Author:
barraclough@apple.com
Message:

Build fix - too soon!

  • UIProcess/API/mac/WKViewPrivate.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r148322 r148324  
     12013-04-12  Gavin Barraclough  <barraclough@apple.com>
     2
     3        Build fix - too soon!
     4
     5        * UIProcess/API/mac/WKViewPrivate.h:
     6
    172013-04-12  Gavin Barraclough  <barraclough@apple.com>
    28
  • trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h

    r148311 r148324  
    2626#import <WebKit2/WKView.h>
    2727
    28 typedef NS_ENUM(NSUInteger, WKContentAnchor) {
     28typedef enum {
    2929    WKContentAnchorTopLeft,
    3030    WKContentAnchorTopRight,
    3131    WKContentAnchorBottomLeft,
    3232    WKContentAnchorBottomRight,
    33 };
     33} WKContentAnchor;
    3434
    3535@interface WKView (Private)
Note: See TracChangeset for help on using the changeset viewer.