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

japhet at chromium.org japhet at chromium.org
Wed Dec 22 12:11:35 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8f00718bf99fa3b9cfa48fcad8532f021f27074e
Author: japhet at chromium.org <japhet at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 23:57:18 2010 +0000

    2010-08-16  Nate Chapin  <japhet at chromium.org>
    
            Unreviewed, Chromium expectations update.
    
            Mark 3 tests failing on Chromium Win/Linux after r65449.
            They appear to have same root cause as
            bugs.webkit.org/show_bug.cgi?id=43912.
    
            * platform/chromium/test_expectations.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65470 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 67a964d..f0437e2 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-16  Nate Chapin  <japhet at chromium.org>
+
+        Unreviewed, Chromium expectations update.
+
+        Mark 3 tests failing on Chromium Win/Linux after r65449.
+        They appear to have same root cause as
+        bugs.webkit.org/show_bug.cgi?id=43912.
+
+        * platform/chromium/test_expectations.txt:
+
 2010-08-16  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index d071c66..77f7ad2 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3182,6 +3182,10 @@ BUGWK43912 WIN LINUX : svg/custom/mask-with-all-units.svg = IMAGE
 BUGWK43912 WIN LINUX : svg/custom/mask-with-default-value.svg = IMAGE
 BUGWK43912 WIN LINUX : svg/zoom/page/zoom-mask-with-percentages.svg = IMAGE
 BUGWK43912 WIN LINUX : svg/custom/absolute-sized-content-with-resources.xhtml = IMAGE
+// Same symptoms, failing as of r65449
+BUGWK43912 WIN LINUX : svg/W3C-SVG-1.1/filters-color-01-b.svg = IMAGE
+BUGWK43912 WIN LINUX : svg/W3C-SVG-1.1/filters-composite-02-b.svg = IMAGE
+BUGWK43912 WIN LINUX : svg/W3C-SVG-1.1/filters-offset-01-b.svg = IMAGE
 
 // Times out frequently since the test was added
 BUG52017 MAC LINUX : http/tests/misc/isindex-with-no-form.html = PASS TIMEOUT
diff --git a/WebCore/platform/chromium/ScrollbarThemeChromiumMac.mm b/WebCore/platform/chromium/ScrollbarThemeChromiumMac.mm
index f6bfaee..bafc96e 100644
--- a/WebCore/platform/chromium/ScrollbarThemeChromiumMac.mm
+++ b/WebCore/platform/chromium/ScrollbarThemeChromiumMac.mm
@@ -453,7 +453,7 @@ bool ScrollbarThemeChromiumMac::paint(Scrollbar* scrollbar, GraphicsContext* con
     }
 
     if (!canDrawDirectly)
-        context->drawImageBuffer(imageBuffer, DeviceColorSpace, scrollbar->frameRect().location());
+        context->drawImageBuffer(imageBuffer.get(), DeviceColorSpace, scrollbar->frameRect().location());
 
     return true;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list