mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Give CSSLoader a backpointer to its owner element
This allows CSSLoader to set up the style sheet owner node internally, and avoids an awkward weak link between CSSLoader and Document.
This commit is contained in:
@@ -55,8 +55,8 @@ private:
|
||||
};
|
||||
};
|
||||
|
||||
unsigned m_relationship { 0 };
|
||||
CSSLoader m_css_loader;
|
||||
unsigned m_relationship { 0 };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user