Bug 198231 - Remove unused member in WebsiteDataRecord
Summary: Remove unused member in WebsiteDataRecord
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-24 14:00 PDT by Per Arne Vollan
Modified: 2019-05-24 15:48 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.40 KB, patch)
2019-05-24 14:03 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2019-05-24 14:00:53 PDT
The data member 'originsWithCredentials' in WebsiteDataRecord is no longer needed since origins with credentials are now stored in the 'origins' member.
Comment 1 Per Arne Vollan 2019-05-24 14:03:22 PDT
Created attachment 370588 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2019-05-24 14:49:42 PDT
<rdar://problem/51122257>
Comment 3 Brent Fulgham 2019-05-24 15:08:57 PDT
Comment on attachment 370588 [details]
Patch

I love deleting code.
Comment 4 Per Arne Vollan 2019-05-24 15:21:44 PDT
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 370588 [details]
> Patch
> 
> I love deleting code.

Yes, that is nice :) Thanks for reviewing!
Comment 5 WebKit Commit Bot 2019-05-24 15:48:32 PDT
Comment on attachment 370588 [details]
Patch

Clearing flags on attachment: 370588

Committed r245757: <https://trac.webkit.org/changeset/245757>
Comment 6 WebKit Commit Bot 2019-05-24 15:48:34 PDT
All reviewed patches have been landed.  Closing bug.