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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 16:16:27 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6b93201a8d7f7f97c2e1a40f9c523acbc81df3fb
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 20 20:54:24 2010 +0000

    2010-11-20  Andreas Kling  <kling at webkit.org>
    
            Reviewed by David Kilzer.
    
            Path: Remove unused method swap()
            https://bugs.webkit.org/show_bug.cgi?id=49853
    
            * platform/graphics/Path.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72479 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 557c00f..b74faa1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-20  Andreas Kling  <kling at webkit.org>
+
+        Reviewed by David Kilzer.
+
+        Path: Remove unused method swap()
+        https://bugs.webkit.org/show_bug.cgi?id=49853
+
+        * platform/graphics/Path.h:
+
 2010-11-20  David Kilzer  <ddkilzer at apple.com>
 
         <http://webkit.org/b/49867> MediaPlayerPrivateQTKit::setPreservesPitch(bool) leaks an NSDictionary
diff --git a/WebCore/platform/graphics/Path.h b/WebCore/platform/graphics/Path.h
index 86ba831..ba25dc2 100644
--- a/WebCore/platform/graphics/Path.h
+++ b/WebCore/platform/graphics/Path.h
@@ -28,7 +28,6 @@
 #ifndef Path_h
 #define Path_h
 
-#include <algorithm>
 #include <wtf/FastAllocBase.h>
 #include <wtf/Forward.h>
 
@@ -109,8 +108,6 @@ namespace WebCore {
         Path(const Path&);
         Path& operator=(const Path&);
 
-        void swap(Path& other) { std::swap(m_path, other.m_path); }
-
         bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
         bool strokeContains(StrokeStyleApplier*, const FloatPoint&) const;
         FloatRect boundingRect() const;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list