[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

dumi at chromium.org dumi at chromium.org
Thu Apr 8 02:08:26 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit ae4b74f0a3e6038a764fedabf9b01473e951b525
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