mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
LibWeb: Always inline is<LayoutBox>() and is<LayoutBlock>()
This commit is contained in:
parent
9b8464f455
commit
5f0a1ef21b
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ private:
|
|||
};
|
||||
|
||||
template<>
|
||||
inline bool is<LayoutBox>(const LayoutNode& node)
|
||||
ALWAYS_INLINE bool is<LayoutBox>(const LayoutNode& node)
|
||||
{
|
||||
return node.is_box();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue