Title: [168768] trunk/Source/WebKit2
Revision
168768
Author
[email protected]
Date
2014-05-13 18:09:38 -0700 (Tue, 13 May 2014)

Log Message

Another build fix.

Reviewed by Dan Bernstein.

* Shared/API/Cocoa/WKFoundation.h:
Make sure to include Availability.h

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (168767 => 168768)


--- trunk/Source/WebKit2/ChangeLog	2014-05-14 00:59:52 UTC (rev 168767)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-14 01:09:38 UTC (rev 168768)
@@ -1,3 +1,12 @@
+2014-05-13  Anders Carlsson  <[email protected]>
+
+        Another build fix.
+
+        Reviewed by Dan Bernstein.
+
+        * Shared/API/Cocoa/WKFoundation.h:
+        Make sure to include Availability.h
+
 2014-05-13  Beth Dakin  <[email protected]>
 
         REGRESSION (topContentInset): Searching through Facebook Messenger's chat causes 

Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h (168767 => 168768)


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-05-14 00:59:52 UTC (rev 168767)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-05-14 01:09:38 UTC (rev 168768)
@@ -23,6 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#import <Availability.h>
 #import <TargetConditionals.h>
 
 #if !defined(WK_API_ENABLED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to