Title: [89689] trunk/Source/WebKit2
Revision
89689
Author
[email protected]
Date
2011-06-24 11:47:14 -0700 (Fri, 24 Jun 2011)

Log Message

Mac build fix after r89685

* WebProcess/WebKitMain.cpp: Make a Windows-only #include really be Windows-only.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (89688 => 89689)


--- trunk/Source/WebKit2/ChangeLog	2011-06-24 18:43:59 UTC (rev 89688)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-24 18:47:14 UTC (rev 89689)
@@ -1,5 +1,11 @@
 2011-06-24  Adam Roben  <[email protected]>
 
+        Mac build fix after r89685
+
+        * WebProcess/WebKitMain.cpp: Make a Windows-only #include really be Windows-only.
+
+2011-06-24  Adam Roben  <[email protected]>
+
         Make the web process pause dialog look better on Vista/7 and robust against executable
         renames
 

Modified: trunk/Source/WebKit2/WebProcess/WebKitMain.cpp (89688 => 89689)


--- trunk/Source/WebKit2/WebProcess/WebKitMain.cpp	2011-06-24 18:43:59 UTC (rev 89688)
+++ trunk/Source/WebKit2/WebProcess/WebKitMain.cpp	2011-06-24 18:47:14 UTC (rev 89689)
@@ -29,11 +29,12 @@
 #include "PluginProcessMain.h"
 #include "ProcessLauncher.h"
 #include "WebProcessMain.h"
-#include <shlwapi.h>
 #include <wtf/text/CString.h>
 
 #if PLATFORM(MAC)
 #include <objc/objc-auto.h>
+#elif PLATFORM(WIN)
+#include <shlwapi.h>
 #endif
 
 using namespace WebKit;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to