[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
dumi at chromium.org
dumi at chromium.org
Tue Jan 5 23:54:50 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 6b0db6af093cc6e6773e82bb6ad22f91f300f16c
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Dec 19 02:34:27 2009 +0000
Chromium build fix, no review.
* storage/chromium/DatabaseTrackerChromium.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52372 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e782794..80dda33 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-18 Dumitru Daniliuc <dumi at chromium.org>
+
+ Chromium build fix, no review.
+
+ * storage/chromium/DatabaseTrackerChromium.cpp:
+
2009-12-18 Brent Fulgham <bfulgham at webkit.org>
Build fix, no review.
diff --git a/WebCore/storage/chromium/DatabaseTrackerChromium.cpp b/WebCore/storage/chromium/DatabaseTrackerChromium.cpp
index 7556e3d..523a3b5 100644
--- a/WebCore/storage/chromium/DatabaseTrackerChromium.cpp
+++ b/WebCore/storage/chromium/DatabaseTrackerChromium.cpp
@@ -40,6 +40,7 @@
#include "SecurityOrigin.h"
#include "SQLiteFileSystem.h"
#include <wtf/HashSet.h>
+#include <wtf/MainThread.h>
#include <wtf/StdLibExtras.h>
namespace WebCore {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list