[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andersca at apple.com andersca at apple.com
Mon Feb 21 00:14:48 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 8a47625dde6bddf23c8b1f2fdc8d088cf4ad12a9
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 29 00:08:55 2011 +0000

    Fix tyop.
    
    * Shared/mac/CoreAnimationRenderer.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77013 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index 8a00270..694a8ee 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-28  Anders Carlsson  <andersca at apple.com>
 
+        Fix tyop.
+
+        * Shared/mac/CoreAnimationRenderer.mm:
+
+2011-01-28  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Add CoreAnimationRenderer class
diff --git a/Source/WebKit2/Shared/mac/CoreAnimationRenderer.mm b/Source/WebKit2/Shared/mac/CoreAnimationRenderer.mm
index faeaef0..97276f6 100644
--- a/Source/WebKit2/Shared/mac/CoreAnimationRenderer.mm
+++ b/Source/WebKit2/Shared/mac/CoreAnimationRenderer.mm
@@ -32,7 +32,7 @@
 
 // The CGLMacro.h header adds an implicit CGLContextObj parameter to all OpenGL calls,
 // which is good because it allows us to make OpenGL calls without saving and restoring the
-// current context. The context argument is named "cgl_ctx" by default, so we the macro
+// current context. The context argument is named "cgl_ctx" by default, so we use the macro
 // below to declare this variable.
 #define DECLARE_GL_CONTEXT_VARIABLE(name) \
     CGLContextObj cgl_ctx = (name)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list