[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ddkilzer at apple.com ddkilzer at apple.com
Wed Dec 22 12:21:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b8558ff479790e499c3e86742d439fd83e8cffa3
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 19 21:32:45 2010 +0000

    BUILD FIX: FrameLoaderClientQt.h should include ResourceError.h
    
    * WebCoreSupport/FrameLoaderClientQt.h: Include ResourceError.h.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65708 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 2cdc22a..4ec88fc 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-19  David Kilzer  <ddkilzer at apple.com>
+
+        BUILD FIX: FrameLoaderClientQt.h should include ResourceError.h
+
+        * WebCoreSupport/FrameLoaderClientQt.h: Include ResourceError.h.
+
 2010-08-19  Girish Ramakrishnan  <girish at forwardbias.in>
 
         Reviewed by Kenneth Christiansen.
diff --git a/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h b/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
index 00a073f..c72b82f 100644
--- a/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
+++ b/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
@@ -37,6 +37,7 @@
 #include "KURL.h"
 #include "PluginView.h"
 #include "RefCounted.h"
+#include "ResourceError.h"
 #include "ResourceResponse.h"
 #include <QUrl>
 #include <qobject.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list