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

hyatt at apple.com hyatt at apple.com
Wed Dec 22 12:11:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e657aefb2fd65ad60a6c085fe9054bdfec949a89
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 22:35:36 2010 +0000

    Fix Chromium/Qt bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65462 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/platform/graphics/GraphicsContext3D.h b/WebCore/platform/graphics/GraphicsContext3D.h
index e91a779..25d1d06 100644
--- a/WebCore/platform/graphics/GraphicsContext3D.h
+++ b/WebCore/platform/graphics/GraphicsContext3D.h
@@ -725,7 +725,7 @@ public:
 #if PLATFORM(QT)
     void paint(QPainter* painter, const QRect& rect) const;
     bool paintsIntoCanvasBuffer() const { return true; }
-#elseif PLATFORM(CHROMIUM)
+#elif PLATFORM(CHROMIUM)
     bool paintsIntoCanvasBuffer() const;
 #else
     bool paintsIntoCanvasBuffer() const { return false; }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list