RESOLVED FIXED 171460
Cleanup: Change ASCIICaseInsensitiveHash from a class to a struct
https://bugs.webkit.org/show_bug.cgi?id=171460
Summary Cleanup: Change ASCIICaseInsensitiveHash from a class to a struct
Daniel Bates
Reported 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.
Attachments
Patch (1.55 KB, patch)
2017-04-28 16:09 PDT, Daniel Bates
sam: review+
Daniel Bates
Comment 1 2017-04-28 16:09:14 PDT
Daniel Bates
Comment 2 2017-05-01 09:11:32 PDT
Note You need to log in before you can comment on or make changes to this bug.