Title: [119829] trunk/Source/WebKit2
Revision
119829
Author
m...@apple.com
Date
2012-06-08 07:30:49 -0700 (Fri, 08 Jun 2012)

Log Message

Tried to fix the Snow Leopard build after r119806.

* WebKit2Prefix.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (119828 => 119829)


--- trunk/Source/WebKit2/ChangeLog	2012-06-08 14:23:16 UTC (rev 119828)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-08 14:30:49 UTC (rev 119829)
@@ -1,3 +1,9 @@
+2012-06-08  Dan Bernstein  <m...@apple.com>
+
+        Tried to fix the Snow Leopard build after r119806.
+
+        * WebKit2Prefix.h:
+
 2012-06-08  Andy Estes  <aes...@apple.com>
 
         [WebKit2] Move Mac-specific bits from config.h to WebKit2Prefix.h

Modified: trunk/Source/WebKit2/WebKit2Prefix.h (119828 => 119829)


--- trunk/Source/WebKit2/WebKit2Prefix.h	2012-06-08 14:23:16 UTC (rev 119828)
+++ trunk/Source/WebKit2/WebKit2Prefix.h	2012-06-08 14:30:49 UTC (rev 119829)
@@ -44,10 +44,10 @@
 
 #include <CoreFoundation/CoreFoundation.h>
 #include <CoreGraphics/CoreGraphics.h>
-#include <WebCore/EmptyProtocolDefinitions.h>
 
 #ifdef __OBJC__
 #import <Foundation/Foundation.h>
+#import <WebCore/EmptyProtocolDefinitions.h>
 #if USE(APPKIT)
 #import <Cocoa/Cocoa.h>
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to