Bug 183950 - Resource Load Statistics: Fix decoder key isPrevalentResource->isVeryPrevalentResource
Summary: Resource Load Statistics: Fix decoder key isPrevalentResource->isVeryPrevalen...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: John Wilander
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-23 13:59 PDT by John Wilander
Modified: 2018-03-23 14:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>