Title: [157531] trunk/Source/WebKit2
- Revision
- 157531
- Author
- beid...@apple.com
- Date
- 2013-10-16 15:02:11 -0700 (Wed, 16 Oct 2013)
Log Message
Blind attempt to fix non-DATABASE_PROCESS builds.
* WebProcess/WebProcess.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (157530 => 157531)
--- trunk/Source/WebKit2/ChangeLog 2013-10-16 21:37:50 UTC (rev 157530)
+++ trunk/Source/WebKit2/ChangeLog 2013-10-16 22:02:11 UTC (rev 157531)
@@ -1,3 +1,9 @@
+2013-10-16 Brady Eidson <beid...@apple.com>
+
+ Blind attempt to fix non-DATABASE_PROCESS builds.
+
+ * WebProcess/WebProcess.cpp:
+
2013-10-16 Tim Horton <timothy_hor...@apple.com>
PlatformCALayer constructor should take layer type as an argument
Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (157530 => 157531)
--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp 2013-10-16 21:37:50 UTC (rev 157530)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp 2013-10-16 22:02:11 UTC (rev 157531)
@@ -53,7 +53,6 @@
#include "WebProcessMessages.h"
#include "WebProcessProxyMessages.h"
#include "WebResourceCacheManager.h"
-#include "WebToDatabaseProcessConnection.h"
#include <_javascript_Core/JSLock.h>
#include <_javascript_Core/MemoryStatistics.h>
#include <WebCore/AXObjectCache.h>
@@ -103,6 +102,10 @@
#include "CustomProtocolManager.h"
#endif
+#if ENABLE(DATABASE_PROCESS)
+#include "WebToDatabaseProcessConnection.h"
+#endif
+
#if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
#include "WebNotificationManager.h"
#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes