Changeset 53760 in webkit


Ignore:
Timestamp:
Jan 22, 2010 9:43:51 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-22 Chris Rogers <crogers@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:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53759 r53760  
     12010-01-22  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Need to handle WebGLUnsignedByteArray as method argument for V8 binding
     6        https://bugs.webkit.org/show_bug.cgi?id=33929
     7
     8        V8 code generator does not have associated tests
     9
     10        * bindings/scripts/CodeGeneratorV8.pm:
     11
    1122010-01-22  Elliot Glaysher  <erg@chromium.org>
    213
  • trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm

    r53586 r53760  
    22072207    "WebGLBuffer" => 0,
    22082208    "WebGLByteArray" => 0,
     2209    "WebGLUnsignedByteArray" => 0,
    22092210    "WebGLContextAttributes" => 0,
    22102211    "WebGLFloatArray" => 0,
Note: See TracChangeset for help on using the changeset viewer.