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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:25:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4d02bdce3c32fb8880bf69e865f27efd80fd73a4
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 3 01:40:48 2010 +0000

    2010-11-02  Adrienne Walker  <enne at google.com>
    
            Reviewed by Kenneth Russell.
    
            Fix typo in webgl-test-util.js.
            https://bugs.webkit.org/show_bug.cgi?id=48861
    
            * fast/canvas/webgl/resources/webgl-test-utils.js:
            (WebGLTestUtils):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71199 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ccc3541..6580d9a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-02  Adrienne Walker  <enne at google.com>
+
+        Reviewed by Kenneth Russell.
+
+        Fix typo in webgl-test-util.js.
+        https://bugs.webkit.org/show_bug.cgi?id=48861
+
+        * fast/canvas/webgl/resources/webgl-test-utils.js:
+        (WebGLTestUtils):
+
 2010-11-02  Chris Guillory  <chris.guillory at google.com>
 
         Reviewed by Chris Fleizach.
diff --git a/LayoutTests/fast/canvas/webgl/resources/webgl-test-utils.js b/LayoutTests/fast/canvas/webgl/resources/webgl-test-utils.js
index 09e4be0..f3e520f 100644
--- a/LayoutTests/fast/canvas/webgl/resources/webgl-test-utils.js
+++ b/LayoutTests/fast/canvas/webgl/resources/webgl-test-utils.js
@@ -284,7 +284,7 @@ var fillTexture = function(gl, tex, width, height, color, opt_level) {
  */
 var createColoredTexture = function(gl, width, height, color) {
   var tex = gl.createTexture();
-  fillTexture(gl, text, width, height, color);
+  fillTexture(gl, tex, width, height, color);
   return tex;
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list