[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:25:58 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 547dfbfbb631f4a0141214c69e669f5241d6d15b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 23 05:43:51 2010 +0000

    2010-01-22  Chris Rogers  <crogers at google.com>
    
            Reviewed by Eric Seidel.
    
            Need to handle WebGLUnsignedByteArray as method argument for V8 binding
            https://bugs.webkit.org/show_bug.cgi?id=33929
    
            V8 code generator does not have associated tests
    
            * bindings/scripts/CodeGeneratorV8.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53760 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 079384b..ec52f44 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-01-22  Chris Rogers  <crogers at google.com>
+
+        Reviewed by Eric Seidel.
+
+        Need to handle WebGLUnsignedByteArray as method argument for V8 binding
+        https://bugs.webkit.org/show_bug.cgi?id=33929
+
+        V8 code generator does not have associated tests
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+
 2010-01-22  Elliot Glaysher  <erg at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 43dac54..29a41d9 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -2206,6 +2206,7 @@ my %typeCanFailConversion = (
     "WebGLArray" => 0,
     "WebGLBuffer" => 0,
     "WebGLByteArray" => 0,
+    "WebGLUnsignedByteArray" => 0,
     "WebGLContextAttributes" => 0,
     "WebGLFloatArray" => 0,
     "WebGLFramebuffer" => 0,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list