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

alex at webkit.org alex at webkit.org
Wed Dec 22 14:06:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1325853645285c513257772c6259fe918aba50cb
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 4 15:48:10 2010 +0000

    2010-10-04  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Xan Lopez.
    
            Crashed caused by missing OwnPtrCairo include, for more
            information check the issue in the bug 46268.
    
            * platform/graphics/cairo/CairoUtilities.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69016 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c664eb6..4a5067b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-04  Alejandro G. Castro  <alex at igalia.com>
 
+        Reviewed by Xan Lopez.
+
+        Crashed caused by missing OwnPtrCairo include, for more
+        information check the issue in the bug 46268.
+
+        * platform/graphics/cairo/CairoUtilities.cpp:
+
+2010-10-04  Alejandro G. Castro  <alex at igalia.com>
+
         Reviewed by Martin Robinson.
 
         [cairo] Move some cairo functions to the CairoUtilities
diff --git a/WebCore/platform/graphics/cairo/CairoUtilities.cpp b/WebCore/platform/graphics/cairo/CairoUtilities.cpp
index ca4dceb..7af5577 100644
--- a/WebCore/platform/graphics/cairo/CairoUtilities.cpp
+++ b/WebCore/platform/graphics/cairo/CairoUtilities.cpp
@@ -32,6 +32,7 @@
 #include "FloatPoint.h"
 #include "FloatRect.h"
 #include "IntRect.h"
+#include "OwnPtrCairo.h"
 #include "Path.h"
 #include "PlatformRefPtrCairo.h"
 #include <wtf/Vector.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list