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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 13:39:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0273d63b59bfda79a632d5a0f6b036c653ce5041
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 16:25:25 2010 +0000

    2010-09-22  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] r68027 caused many crashes on the bots
            https://bugs.webkit.org/show_bug.cgi?id=46268
    
            Add the appropriate OwnPtrCairo.h include which has the OwnPtr
            specialization for Cairo paths. Without it, we will have memory
            corruption.
    
            * platform/graphics/cairo/PathCairo.cpp: Add OwnPtrCairo.h include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68050 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f49c859..47a6690 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-22  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] r68027 caused many crashes on the bots
+        https://bugs.webkit.org/show_bug.cgi?id=46268
+
+        Add the appropriate OwnPtrCairo.h include which has the OwnPtr
+        specialization for Cairo paths. Without it, we will have memory
+        corruption.
+
+        * platform/graphics/cairo/PathCairo.cpp: Add OwnPtrCairo.h include.
+
 2010-09-22  Pavel Podivilov  <podivilov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/platform/graphics/cairo/PathCairo.cpp b/WebCore/platform/graphics/cairo/PathCairo.cpp
index 06dd313..776bceb 100644
--- a/WebCore/platform/graphics/cairo/PathCairo.cpp
+++ b/WebCore/platform/graphics/cairo/PathCairo.cpp
@@ -29,9 +29,9 @@
 #include "CairoPath.h"
 #include "FloatRect.h"
 #include "GraphicsContext.h"
+#include "OwnPtrCairo.h"
 #include "PlatformString.h"
 #include "StrokeStyleApplier.h"
-
 #include <cairo.h>
 #include <math.h>
 #include <wtf/MathExtras.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list