Title: [101780] trunk/Source/WebKit2
- Revision
- 101780
- Author
- [email protected]
- Date
- 2011-12-02 03:52:50 -0800 (Fri, 02 Dec 2011)
Log Message
Unreviewed buildfix, add missing include.
* WebProcess/Notifications/WebNotificationManager.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (101779 => 101780)
--- trunk/Source/WebKit2/ChangeLog 2011-12-02 11:50:49 UTC (rev 101779)
+++ trunk/Source/WebKit2/ChangeLog 2011-12-02 11:52:50 UTC (rev 101780)
@@ -1,3 +1,9 @@
+2011-12-02 Kenneth Rohde Christiansen <[email protected]>
+
+ Unreviewed buildfix, add missing include.
+
+ * WebProcess/Notifications/WebNotificationManager.cpp:
+
2011-12-02 Hajime Morrita <[email protected]>
Unreviewed, rolling out r101751 and r101775.
Modified: trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp (101779 => 101780)
--- trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp 2011-12-02 11:50:49 UTC (rev 101779)
+++ trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp 2011-12-02 11:52:50 UTC (rev 101780)
@@ -30,6 +30,7 @@
#include "WebProcess.h"
#if ENABLE(NOTIFICATIONS)
+#include "WebNotification.h"
#include "WebNotificationManagerProxyMessages.h"
#include <WebCore/Notification.h>
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes