Changeset 148324 in webkit
- Timestamp:
- Apr 12, 2013, 5:37:46 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r148322 r148324 1 2013-04-12 Gavin Barraclough <barraclough@apple.com> 2 3 Build fix - too soon! 4 5 * UIProcess/API/mac/WKViewPrivate.h: 6 1 7 2013-04-12 Gavin Barraclough <barraclough@apple.com> 2 8 -
trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h
r148311 r148324 26 26 #import <WebKit2/WKView.h> 27 27 28 typedef NS_ENUM(NSUInteger, WKContentAnchor){28 typedef enum { 29 29 WKContentAnchorTopLeft, 30 30 WKContentAnchorTopRight, 31 31 WKContentAnchorBottomLeft, 32 32 WKContentAnchorBottomRight, 33 } ;33 } WKContentAnchor; 34 34 35 35 @interface WKView (Private)
Note:
See TracChangeset
for help on using the changeset viewer.