mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Always inline is<LayoutBox>() and is<LayoutBlock>()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user