[Webkit-unassigned] [Bug 25769] Fix accessibility warnings on GTK
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 13 19:47:32 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25769
mrowe at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #30301|review? |review-
Flag| |
------- Comment #2 from mrowe at apple.com 2009-05-13 19:47 PDT -------
(From update of attachment 30301)
This isn't correct. The warnings are saying that it doesn't make sense for the
return type of a function to be "const unsigned", such as in "const unsigned
columnCount();". Should that perhaps be "unsigned columnCount() const;"?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list