[Webkit-unassigned] [Bug 28929] [HTML5] Support for HTMLTextAreaElement.textLength

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 06:01:41 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28929





--- Comment #7 from TAMURA, Kent <tkent at chromium.org>  2009-09-03 06:01:40 PDT ---
(In reply to comment #6)
> That doesn't make sense to me.  It seems the other callsites are wrong.  if
> it's "unsigned" in the idl, making it signed in the c++ code seem wrong.

I have checked modern code: DataGridColumnList.idl, FileList.idl, and
HTMLVideoElement.idl.  Their "unsigned long" IDL attributes are implemented as
"unsigned".

Ok, I'll change the patch to "unsgined."

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list