[webkit-reviews] review requested: [Bug 31339] Fix incorrect white-space in WebGLRenderingContext.idl : [Attachment 42939] Patch that removes the offending white-space.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 01:58:54 PST 2009


SkyLined <skylined at chromium.org> has asked  for review:
Bug 31339: Fix incorrect white-space in WebGLRenderingContext.idl
https://bugs.webkit.org/show_bug.cgi?id=31339

Attachment 42939: Patch that removes the offending white-space.
https://bugs.webkit.org/attachment.cgi?id=42939&action=review

------- Additional Comments from SkyLined <skylined at chromium.org>
WebGLRenderingContext.idl declares "drawElements" incorrectly: there is
additional white-space after the method name.

	void	     drawElements (in unsigned long mode, in long count, in
unsigned long type, in unsigned long offset);
				^^^

This can cause an IDL parser to see it as an unnamed method that returns "void
drawElements", which is incorrect.

Oliver, can you apply this patch for me?


More information about the webkit-reviews mailing list