Title: [138538] trunk/Source/WebKit2
Revision
138538
Author
[email protected]
Date
2012-12-28 08:36:00 -0800 (Fri, 28 Dec 2012)

Log Message

Appease the Windows Gods.

* WebProcess/Notifications/WebNotificationManager.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (138537 => 138538)


--- trunk/Source/WebKit2/ChangeLog	2012-12-28 16:30:31 UTC (rev 138537)
+++ trunk/Source/WebKit2/ChangeLog	2012-12-28 16:36:00 UTC (rev 138538)
@@ -1,3 +1,9 @@
+2012-12-28  Sam Weinig  <[email protected]>
+
+        Appease the Windows Gods.
+
+        * WebProcess/Notifications/WebNotificationManager.cpp:
+
 2012-12-27  Sam Weinig  <[email protected]>
 
         Make CustomProtocolManager a WebProcessSupplement

Modified: trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp (138537 => 138538)


--- trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp	2012-12-28 16:30:31 UTC (rev 138537)
+++ trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp	2012-12-28 16:36:00 UTC (rev 138538)
@@ -28,13 +28,13 @@
 
 #include "WebPage.h"
 #include "WebProcess.h"
+#include "WebProcessCreationParameters.h"
 
 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
 #include "WebNotification.h"
 #include "WebNotificationManagerMessages.h"
 #include "WebNotificationManagerProxyMessages.h"
 #include "WebPageProxyMessages.h"
-#include "WebProcessCreationParameters.h"
 #include <WebCore/Document.h>
 #include <WebCore/Notification.h>
 #include <WebCore/Page.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to