diff options
author | MacDue <macdue@dueutil.tech> | 2023-02-20 00:41:51 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-20 10:50:20 +0100 |
commit | 3676f5085e3afe545f20fb6c7c0e03f2212091ca (patch) | |
tree | aafccbf4e3464e6ae1cda7532c542897a48ff511 /Userland/DevTools | |
parent | 1d124af66fa8ce8e141bf4140d25054d6ac1f852 (diff) | |
download | serenity-3676f5085e3afe545f20fb6c7c0e03f2212091ca.zip |
LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue
Like the name suggests this pointer type compares its pointees by value
rather than just by the pointer. This is needed for the defaulted
struct Properties equality operator.
This commit also contains a few changes to StyleValue such as replacing
the operator==()s with a .equals() again. This is done to avoid the new
reversed operator==()s ambiguity in C++20.
Diffstat (limited to 'Userland/DevTools')
0 files changed, 0 insertions, 0 deletions