Fix HTMLToken::Attribute member naming and update callsites to use Vector-based String functions
Created attachment 187974 [details] Patch
Comment on attachment 187974 [details] Patch Clearing flags on attachment: 187974 Committed r142712: <http://trac.webkit.org/changeset/142712>
All reviewed patches have been landed. Closing bug.
I've since learned/re-learned that this is a change in behavior. Previously String(UChar*, length) will treat length=0 as the empty string. String(Vector) treats vector.size() == 0 as the null string. This patch may need to be amended.