[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:19 UTC 2010


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

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

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 22abb6d..2826c77 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-03  Simon Fraser  <simon.fraser at apple.com>
 
+        Fix typo in previous commit.
+
+        * Shared/DrawingAreaBase.h:
+        (WebKit::DrawingAreaBase::DrawingAreaInfo::DrawingAreaInfo):
+        (WebKit::DrawingAreaBase::DrawingAreaBase):
+
+2010-08-03  Simon Fraser  <simon.fraser at apple.com>
+
         Reviewed by Anders Carlsson.
 
         Compositing iframe layout test crashes in WebKit2
diff --git a/WebKit2/Shared/DrawingAreaBase.h b/WebKit2/Shared/DrawingAreaBase.h
index 82e3456..b5ab086 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 indentifier = 0)
+        DrawingAreaInfo(Type type = None, DrawingAreaID indentifer = 0)
             : type(type)
-            , id(indentifier)
+            , id(indentifer)
         {
         }
     };
@@ -74,9 +74,9 @@ public:
     static bool decode(CoreIPC::ArgumentDecoder&, DrawingAreaInfo&);
 
 protected:
-    DrawingAreaBase(Type type, DrawingAreaID indentifier)
+    DrawingAreaBase(Type type, DrawingAreaID indentifer)
         : m_type(type)
-        , m_id(indentifier)
+        , m_id(indentifer)
     {
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list