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

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 11:41:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2c5dba16cf864bb659ccfb44e8f02547b3137ac9
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 22:50:59 2010 +0000

    2010-08-03  Simon Fraser  <simon.fraser at apple.com>
    
            Fix typo in typo fix.
    
            * Shared/DrawingAreaBase.h:
            (WebKit::DrawingAreaBase::DrawingAreaInfo::DrawingAreaInfo):
            (WebKit::DrawingAreaBase::DrawingAreaBase):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64599 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 2826c77..0b6a2fb 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-03  Simon Fraser  <simon.fraser at apple.com>
 
+        Fix typo in typo fix.
+
+        * Shared/DrawingAreaBase.h:
+        (WebKit::DrawingAreaBase::DrawingAreaInfo::DrawingAreaInfo):
+        (WebKit::DrawingAreaBase::DrawingAreaBase):
+
+2010-08-03  Simon Fraser  <simon.fraser at apple.com>
+
         Fix typo in previous commit.
 
         * Shared/DrawingAreaBase.h:
diff --git a/WebKit2/Shared/DrawingAreaBase.h b/WebKit2/Shared/DrawingAreaBase.h
index b5ab086..d44aa50 100644
--- a/WebKit2/Shared/DrawingAreaBase.h
+++ b/WebKit2/Shared/DrawingAreaBase.h
@@ -62,9 +62,9 @@ public:
         Type type;
         DrawingAreaID id;
 
-        DrawingAreaInfo(Type type = None, DrawingAreaID indentifer = 0)
+        DrawingAreaInfo(Type type = None, DrawingAreaID identifier = 0)
             : type(type)
-            , id(indentifer)
+            , id(identifier)
         {
         }
     };
@@ -74,9 +74,9 @@ public:
     static bool decode(CoreIPC::ArgumentDecoder&, DrawingAreaInfo&);
 
 protected:
-    DrawingAreaBase(Type type, DrawingAreaID indentifer)
+    DrawingAreaBase(Type type, DrawingAreaID identifier)
         : m_type(type)
-        , m_id(indentifer)
+        , m_id(identifier)
     {
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list