[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
dumi at chromium.org
dumi at chromium.org
Wed Mar 17 18:13:31 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 1f5a8ed69fae82308023ee79bbd127774dc070c0
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Mar 3 23:03:49 2010 +0000
Move #include "DatabaseCallback.h" from Database.h to
Database.cpp.
Reviewed by nobody, build fix.
* storage/Database.cpp:
* storage/Database.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55480 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 71c4298..9e0cfc1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-03 Dumitru Daniliuc <dumi at chromium.org>
+
+ Reviewed by nobody, build fix.
+
+ Move #include "DatabaseCallback.h" from Database.h to
+ Database.cpp.
+
+ * storage/Database.cpp:
+ * storage/Database.h:
+
2010-03-03 Darin Adler <darin at apple.com>
Fixed Mac build.
diff --git a/WebCore/storage/Database.cpp b/WebCore/storage/Database.cpp
index 42eeb11..a0bcb83 100644
--- a/WebCore/storage/Database.cpp
+++ b/WebCore/storage/Database.cpp
@@ -35,6 +35,7 @@
#include "ChangeVersionWrapper.h"
#include "CString.h"
#include "DatabaseAuthorizer.h"
+#include "DatabaseCallback.h"
#include "DatabaseTask.h"
#include "DatabaseThread.h"
#include "DatabaseTracker.h"
diff --git a/WebCore/storage/Database.h b/WebCore/storage/Database.h
index 0fd0511..85abfa6 100644
--- a/WebCore/storage/Database.h
+++ b/WebCore/storage/Database.h
@@ -30,7 +30,6 @@
#define Database_h
#if ENABLE(DATABASE)
-#include "DatabaseCallback.h"
#include "PlatformString.h"
#include "SecurityOrigin.h"
#include "SQLiteDatabase.h"
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list