Bug 183950

Summary: Resource Load Statistics: Fix decoder key isPrevalentResource->isVeryPrevalentResource
Product: WebKit Reporter: John Wilander <wilander>
Component: WebCore Misc.Assignee: John Wilander <wilander>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=183218

Description John Wilander 2018-03-23 13:59:15 PDT
I made a copy/paste mistake so that when we decode statistics from disk, the isVeryPrevalentResource property overwrites the already decoded isPrevalentResource property.
Comment 1 Radar WebKit Bug Importer 2018-03-23 13:59:45 PDT
<rdar://problem/38806275>
Comment 2 John Wilander 2018-03-23 14:03:39 PDT
Committed r229919: <https://trac.webkit.org/changeset/229919>