Title: [148324] trunk/Source/WebKit2
Revision
148324
Author
[email protected]
Date
2013-04-12 17:37:46 -0700 (Fri, 12 Apr 2013)

Log Message

Build fix - too soon!

* UIProcess/API/mac/WKViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (148323 => 148324)


--- trunk/Source/WebKit2/ChangeLog	2013-04-13 00:33:41 UTC (rev 148323)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-13 00:37:46 UTC (rev 148324)
@@ -2,6 +2,12 @@
 
         Build fix - too soon!
 
+        * UIProcess/API/mac/WKViewPrivate.h:
+
+2013-04-12  Gavin Barraclough  <[email protected]>
+
+        Build fix - too soon!
+
         * UIProcess/API/mac/WKView.mm:
         (-[WKView setFrameSize:]):
 

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h (148323 => 148324)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h	2013-04-13 00:33:41 UTC (rev 148323)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h	2013-04-13 00:37:46 UTC (rev 148324)
@@ -25,12 +25,12 @@
 
 #import <WebKit2/WKView.h>
 
-typedef NS_ENUM(NSUInteger, WKContentAnchor) {
+typedef enum {
     WKContentAnchorTopLeft,
     WKContentAnchorTopRight,
     WKContentAnchorBottomLeft,
     WKContentAnchorBottomRight,
-};
+} WKContentAnchor;
 
 @interface WKView (Private)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to