Title: [101309] trunk/Source/WebCore
- Revision
- 101309
- Author
- [email protected]
- Date
- 2011-11-28 17:25:27 -0800 (Mon, 28 Nov 2011)
Log Message
Fix Chromium bot build error related to b73253.
* WebCore.gypi: Added missing references to NotificationController.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (101308 => 101309)
--- trunk/Source/WebCore/ChangeLog 2011-11-29 01:11:41 UTC (rev 101308)
+++ trunk/Source/WebCore/ChangeLog 2011-11-29 01:25:27 UTC (rev 101309)
@@ -1,5 +1,11 @@
2011-11-28 Jon Lee <[email protected]>
+ Fix Chromium bot build error related to b73253.
+
+ * WebCore.gypi: Added missing references to NotificationController.
+
+2011-11-28 Jon Lee <[email protected]>
+
Create skeleton framework for notifications support in WK2
https://bugs.webkit.org/show_bug.cgi?id=73253
<rdar://problem/10356943>
Modified: trunk/Source/WebCore/WebCore.gypi (101308 => 101309)
--- trunk/Source/WebCore/WebCore.gypi 2011-11-29 01:11:41 UTC (rev 101308)
+++ trunk/Source/WebCore/WebCore.gypi 2011-11-29 01:25:27 UTC (rev 101309)
@@ -607,6 +607,7 @@
'loader/icon/IconDatabaseClient.h',
'loader/mac/LoaderNSURLExtras.h',
'notifications/NotificationContents.h',
+ 'notifications/NotificationController.h',
'notifications/NotificationPresenter.h',
'page/Chrome.h',
'page/ChromeClient.h',
@@ -2951,6 +2952,7 @@
'notifications/NotificationCenter.cpp',
'notifications/NotificationCenter.h',
'notifications/NotificationContents.h',
+ 'notifications/NotificationController.cpp',
'notifications/NotificationController.h',
'page/BarInfo.cpp',
'page/BarInfo.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes