NEW 179675
ArgumentCoder<Length> is broken when Length is Calculated
https://bugs.webkit.org/show_bug.cgi?id=179675
Summary ArgumentCoder<Length> is broken when Length is Calculated
Konstantin Tokarev
Reported 2017-11-14 10:55:17 PST
ArgumentCoder<Length> was written in assumption that Length is effectively a POD type, however since r110126 there is a persistent map of Calculated values, which is not updated when Length is decoded in POD way.
Attachments
Note You need to log in before you can comment on or make changes to this bug.