Title: [168819] branches/safari-538.34-branch/Source/WebKit2

Diff

Modified: branches/safari-538.34-branch/Source/WebKit2/ChangeLog (168818 => 168819)


--- branches/safari-538.34-branch/Source/WebKit2/ChangeLog	2014-05-14 08:40:26 UTC (rev 168818)
+++ branches/safari-538.34-branch/Source/WebKit2/ChangeLog	2014-05-14 08:44:09 UTC (rev 168819)
@@ -1,5 +1,18 @@
 2014-05-14  Lucas Forschler  <[email protected]>
 
+        Merge r168768
+
+    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-14  Lucas Forschler  <[email protected]>
+
         Merge r168724
 
     2014-05-13  Anders Carlsson  <[email protected]>

Modified: branches/safari-538.34-branch/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h (168818 => 168819)


--- branches/safari-538.34-branch/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-05-14 08:40:26 UTC (rev 168818)
+++ branches/safari-538.34-branch/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h	2014-05-14 08:44:09 UTC (rev 168819)
@@ -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