[Webkit-unassigned] [Bug 53285] CSS styles are shared based on uninitialized property values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 11:22:03 PST 2011


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





--- Comment #5 from Antti Koivisto <koivisto at iki.fi>  2011-02-03 11:22:04 PST ---
Yeah, comparing CSSValues by comparing pointers is wrong in many (but not all) cases. CSSProperty may need operator==. Only real harm from this here (besides this bug) is slightly reduced style sharing efficiency.

I still wonder why valgrind is complaining. It sounds as if there is a corrupted property in the vector. Can you make a reduced test case?

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