Bug 171460 - Cleanup: Change ASCIICaseInsensitiveHash from a class to a struct
Summary: Cleanup: Change ASCIICaseInsensitiveHash from a class to a struct
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-28 16:05 PDT by Daniel Bates
Modified: 2017-05-01 09:11 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2017-04-28 16:09 PDT, Daniel Bates
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2017-04-28 16:05:32 PDT
Class ASCIICaseInsensitiveHash exposes all of its internals publicly. We should just make it a struct as a members of a struct have public visibility by default.
Comment 1 Daniel Bates 2017-04-28 16:09:14 PDT
Created attachment 308609 [details]
Patch
Comment 2 Daniel Bates 2017-05-01 09:11:32 PDT
Committed r216014: <http://trac.webkit.org/changeset/216014>