Title: [138429] trunk/Source/WebKit2
- Revision
- 138429
- Author
- [email protected]
- Date
- 2012-12-23 18:57:58 -0800 (Sun, 23 Dec 2012)
Log Message
Try to fix the Qt build.
* WebProcess/WebCoreSupport/WebDatabaseManager.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (138428 => 138429)
--- trunk/Source/WebKit2/ChangeLog 2012-12-24 02:34:53 UTC (rev 138428)
+++ trunk/Source/WebKit2/ChangeLog 2012-12-24 02:57:58 UTC (rev 138429)
@@ -1,5 +1,11 @@
2012-12-23 Sam Weinig <[email protected]>
+ Try to fix the Qt build.
+
+ * WebProcess/WebCoreSupport/WebDatabaseManager.h:
+
+2012-12-23 Sam Weinig <[email protected]>
+
Remove more special cased message receiving code from WebProcess
https://bugs.webkit.org/show_bug.cgi?id=105700
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h (138428 => 138429)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h 2012-12-24 02:34:53 UTC (rev 138428)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.h 2012-12-24 02:57:58 UTC (rev 138429)
@@ -30,6 +30,7 @@
#include "MessageReceiver.h"
#include <WebCore/DatabaseManagerClient.h>
+#include <stdint.h>
#include <wtf/Noncopyable.h>
namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes