diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-01-30 23:42:57 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-26 12:53:32 +0100 |
commit | af3c8668987f9eec1403915231656d07ec816c2a (patch) | |
tree | d96196e6a19c1049c275f81c69e9f4e9e512e69b /Userland/Libraries/LibMain | |
parent | 3d4411859503425af970c36152c254aafaa1619a (diff) | |
download | serenity-af3c8668987f9eec1403915231656d07ec816c2a.zip |
LibWeb: Make TreeNode::child_count return size_t instead of int
The primary benefit of this is that it's unsigned, as you can't have a
negative amount of children. Plus, all the users of child_count expect
it to be size_t.
Diffstat (limited to 'Userland/Libraries/LibMain')
0 files changed, 0 insertions, 0 deletions