Changeset 57214 in webkit


Ignore:
Timestamp:
Apr 7, 2010 9:53:38 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-07 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by Darin Adler.

Fix incorrect white-space in WebGLRenderingContext.idl
https://bugs.webkit.org/show_bug.cgi?id=31339

  • html/canvas/WebGLRenderingContext.idl: Remove offending extra whitespace.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57213 r57214  
     12010-04-07  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Fix incorrect white-space in WebGLRenderingContext.idl
     6        https://bugs.webkit.org/show_bug.cgi?id=31339
     7
     8        * html/canvas/WebGLRenderingContext.idl: Remove offending extra whitespace.
     9
    1102010-04-07  Rodrigo Belem  <rodrigo.belem@openbossa.org>
    211
  • trunk/WebCore/html/canvas/WebGLRenderingContext.idl

    r57018 r57214  
    521521        void         disableVertexAttribArray(in unsigned long index) raises(DOMException);
    522522        void         drawArrays(in unsigned long mode, in long first, in unsigned long count) raises(DOMException);
    523         void         drawElements (in unsigned long mode, in long count, in unsigned long type, in unsigned long offset) raises(DOMException);
     523        void         drawElements(in unsigned long mode, in long count, in unsigned long type, in unsigned long offset) raises(DOMException);
    524524
    525525        void         enable(in unsigned long cap);
Note: See TracChangeset for help on using the changeset viewer.