[Webkit-unassigned] [Bug 135415] Rename 'result' character-position pointers to 'current' in CSSParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 10:43:29 PDT 2014


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





--- Comment #2 from Darin Adler <darin at apple.com>  2014-07-30 10:43:41 PST ---
(From update of attachment 235739)
I don’t think this is an improvement. In a function that both reads and writes, it’s confusing to have a variable named “current” that is the pointer to the next place to write. Sounds like it could be the next byte to read too. So result may be bad, but I don’t think current is better, at least in some of these functions.

-- 
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