Make CSSStyleSelector::convertToLength() behave more like CSSPrimitiveValue::convertToLength().
Created attachment 130279 [details] Patch
Comment on attachment 130279 [details] Patch I like this, but we should just early return now, since we don't need to fal through to the return l. Do we know if this has a perf effect? (I kinda doubt it would).
I agree, but didn't change this function too much because I expect it to disappear entirely in a follow-up patch.
Comment on attachment 130279 [details] Patch Clearing flags on attachment: 130279 Committed r109964: <http://trac.webkit.org/changeset/109964>
All reviewed patches have been landed. Closing bug.