Bug 179675

Summary: ArgumentCoder<Length> is broken when Length is Calculated
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: WebKit Misc.Assignee: Konstantin Tokarev <annulen>
Status: NEW    
Severity: Normal CC: fujii.hironori, mcatanzaro, simon.fraser
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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.