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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 17:51:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6cdf7d98b73482cdb8a80edbffc3652d6b612321
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 1 19:08:23 2010 +0000

    One last Windows build fix.
    
    * UIProcess/win/WebView.cpp:
    (WebKit::WebView::switchToDrawingAreaTypeIfNecessary):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73045 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 77e6a6b..6d01249 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-01  Brian Weinstein  <bweinstein at apple.com>
+
+        One last Windows build fix.
+
+        * UIProcess/win/WebView.cpp:
+        (WebKit::WebView::switchToDrawingAreaTypeIfNecessary):
+
 2010-12-01  Anders Carlsson  <andersca at apple.com>
 
         Fix Windows build.
diff --git a/WebKit2/UIProcess/win/WebView.cpp b/WebKit2/UIProcess/win/WebView.cpp
index 5e43726..d671ab8 100644
--- a/WebKit2/UIProcess/win/WebView.cpp
+++ b/WebKit2/UIProcess/win/WebView.cpp
@@ -670,7 +670,7 @@ void WebView::switchToDrawingAreaTypeIfNecessary(DrawingAreaInfo::Type type)
     switch (type) {
         case DrawingAreaInfo::None:
             break;
-        case DrawingAreaInfo::Chunked:
+        case DrawingAreaInfo::ChunkedUpdate:
             newDrawingArea = ChunkedUpdateDrawingAreaProxy::create(this);
             break;
         case DrawingAreaInfo::LayerBacked:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list