mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb/CSS: Stop overwriting style sheet location after construction
This commit is contained in:
parent
981ede900a
commit
14fb567a0f
Notes:
github-actions[bot]
2025-05-03 11:02:53 +00:00
Author: https://github.com/AtkinsSJ
Commit: 14fb567a0f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4536
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ GC::Ref<CSSStyleSheet> StyleSheetList::create_a_css_style_sheet(String const& cs
|
|||
sheet->set_title(move(title));
|
||||
sheet->set_alternate(alternate == Alternate::Yes);
|
||||
sheet->set_origin_clean(origin_clean == OriginClean::Yes);
|
||||
sheet->set_location(move(location));
|
||||
|
||||
// 2. Then run the add a CSS style sheet steps for the newly created CSS style sheet.
|
||||
add_a_css_style_sheet(*sheet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue