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

vangelis at chromium.org vangelis at chromium.org
Wed Dec 22 13:35:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0af8183420d2b8699f949355f5ad776e3a9fd2f3
Author: vangelis at chromium.org <vangelis at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 21 02:12:41 2010 +0000

    2010-09-20  Vangelis Kokkevis  <vangelis at chromium.org>
    
            Unreviewed, rolling out r67906.
            http://trac.webkit.org/changeset/67906
            https://bugs.webkit.org/show_bug.cgi?id=46139
    
            Change causes chromium to crash when switching pages
    
            * platform/graphics/chromium/ContentLayerChromium.h:
            * platform/graphics/chromium/LayerChromium.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67912 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2d744fc..01f2f28 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-20  Vangelis Kokkevis  <vangelis at chromium.org>
+
+        Unreviewed, rolling out r67906.
+        http://trac.webkit.org/changeset/67906
+        https://bugs.webkit.org/show_bug.cgi?id=46139
+
+        Change causes chromium to crash when switching pages
+
+        * platform/graphics/chromium/ContentLayerChromium.h:
+        * platform/graphics/chromium/LayerChromium.h:
+
 2010-09-19  Antonio Gomes  <agomes at rim.com>
 
         Reviewed by Ojan Vafai.
diff --git a/WebCore/platform/graphics/chromium/ContentLayerChromium.h b/WebCore/platform/graphics/chromium/ContentLayerChromium.h
index 42a77c7..a79189f 100644
--- a/WebCore/platform/graphics/chromium/ContentLayerChromium.h
+++ b/WebCore/platform/graphics/chromium/ContentLayerChromium.h
@@ -44,7 +44,7 @@ class ContentLayerChromium : public LayerChromium {
 public:
     static PassRefPtr<ContentLayerChromium> create(GraphicsLayerChromium* owner = 0);
 
-    virtual ~ContentLayerChromium();
+    ~ContentLayerChromium();
 
     virtual void updateContents();
     virtual void draw();
diff --git a/WebCore/platform/graphics/chromium/LayerChromium.h b/WebCore/platform/graphics/chromium/LayerChromium.h
index 30d35d1..5a493e6 100644
--- a/WebCore/platform/graphics/chromium/LayerChromium.h
+++ b/WebCore/platform/graphics/chromium/LayerChromium.h
@@ -62,7 +62,7 @@ class LayerChromium : public RefCounted<LayerChromium> {
 public:
     static PassRefPtr<LayerChromium> create(GraphicsLayerChromium* owner = 0);
 
-    virtual ~LayerChromium();
+    ~LayerChromium();
 
     const LayerChromium* rootLayer() const;
     LayerChromium* superlayer() const;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list