[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
aroben at apple.com
aroben at apple.com
Tue Jan 5 23:53:49 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 2325ad2f50cf23b3f3f938f72ada862d39857ed2
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Dec 18 17:45:38 2009 +0000
GTK build fix
* webkit/webkitprivate.cpp: Added #include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52316 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 48a9519..ee86e3c 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-18 Adam Roben <aroben at apple.com>
+
+ GTK build fix
+
+ * webkit/webkitprivate.cpp: Added #include.
+
2009-12-18 Kalle Vahlman <kalle.vahlman at movial.com> and Alejandro G. Castro <alex at igalia.com>
Reviewed by Gustavo Noronha Silva.
diff --git a/WebKit/gtk/webkit/webkitprivate.cpp b/WebKit/gtk/webkit/webkitprivate.cpp
index 95a5717..7b613ba 100644
--- a/WebKit/gtk/webkit/webkitprivate.cpp
+++ b/WebKit/gtk/webkit/webkitprivate.cpp
@@ -23,6 +23,7 @@
#include "webkitsoupauthdialog.h"
#include "webkitprivate.h"
#include "ApplicationCacheStorage.h"
+#include "Chrome.h"
#include "ChromeClientGtk.h"
#include "Frame.h"
#include "FrameLoader.h"
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list