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

mrowe at apple.com mrowe at apple.com
Thu Apr 8 02:13:20 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit bc647c6a5414fdd1365abf7ca5a023c72f4e4e89
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 8 02:23:26 2010 +0000

    Chromium build fix.
    
    * src/ResourceHandle.cpp: Include SharedBuffer.h since WebCore::SharedBuffer is being used.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55645 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 126b066..ee417a3 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-07  Mark Rowe  <mrowe at apple.com>
+
+        Chromium build fix.
+
+        * src/ResourceHandle.cpp: Include SharedBuffer.h since WebCore::SharedBuffer is being used.
+
 2010-03-06  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebKit/chromium/src/ResourceHandle.cpp b/WebKit/chromium/src/ResourceHandle.cpp
index bf6910f..ee08ab4 100644
--- a/WebKit/chromium/src/ResourceHandle.cpp
+++ b/WebKit/chromium/src/ResourceHandle.cpp
@@ -33,6 +33,7 @@
 
 #include "ResourceHandleClient.h"
 #include "ResourceRequest.h"
+#include "SharedBuffer.h"
 
 #include "WebKit.h"
 #include "WebKitClient.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list