[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
robert at webkit.org
robert at webkit.org
Wed Mar 17 18:37:34 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 9b73c3f5ba1a3aafea21b3f6a4e1d0b5788fa481
Author: robert at webkit.org <robert at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 12 22:49:49 2010 +0000
2010-03-12 Robert Hogan <robert at webkit.org>
Not reviewed, build fix.
Revert http://trac.webkit.org/projects/webkit/changeset/55374 which broke
the !ENABLE(DATABASE) build on all platforms when attempting to fix the
--minimal build on Qt.
Support for SQLite now seems to be non-negotiable for the Qt build but making
it mandatory requires review, so re-break --minimal Qt build for now.
Qt build issue now tracked at https://bugs.webkit.org/show_bug.cgi?id=36073
* page/GeolocationPositionCache.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55939 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e38baa0..6041462 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-03-12 Robert Hogan <robert at webkit.org>
+
+ Not reviewed, build fix.
+
+ Revert http://trac.webkit.org/projects/webkit/changeset/55374 which broke
+ the !ENABLE(DATABASE) build on all platforms when attempting to fix the
+ --minimal build on Qt.
+
+ Support for SQLite now seems to be non-negotiable for the Qt build but making
+ it mandatory requires review, so re-break --minimal Qt build for now.
+
+ Qt build issue now tracked at https://bugs.webkit.org/show_bug.cgi?id=36073
+
+ * page/GeolocationPositionCache.cpp:
+
2010-03-12 Dan Bernstein <mitz at apple.com>
Reviewed by Alexey Proskuryakov.
diff --git a/WebCore/page/GeolocationPositionCache.cpp b/WebCore/page/GeolocationPositionCache.cpp
index f891f94..8567152 100644
--- a/WebCore/page/GeolocationPositionCache.cpp
+++ b/WebCore/page/GeolocationPositionCache.cpp
@@ -26,8 +26,6 @@
#include "config.h"
#include "GeolocationPositionCache.h"
-#if ENABLE(DATABASE)
-
#include "Geoposition.h"
#include "SQLValue.h"
#include "SQLiteDatabase.h"
@@ -35,7 +33,6 @@
#include "SQLiteStatement.h"
#include "SQLiteTransaction.h"
-
namespace WebCore {
static const char* databaseName = "CachedGeoposition.db";
@@ -175,5 +172,3 @@ void GeolocationPositionCache::writeToDB(const Geoposition* position)
}
} // namespace WebCore
-
-#endif //ENABLE(DATABASE)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list