mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Bug 1425769 - Base class for ShadowRoot and Document to manage style state
Tag #1375
This commit is contained in:
parent
9fdf69e567
commit
b8260c664a
16 changed files with 250 additions and 296 deletions
|
|
@ -734,7 +734,7 @@ nsStyleSet::AddDocStyleSheet(CSSStyleSheet* aSheet, nsIDocument* aDocument)
|
|||
|
||||
bool present = sheets.RemoveElement(aSheet);
|
||||
|
||||
size_t index = aDocument->FindDocStyleSheetInsertionPoint(sheets, aSheet);
|
||||
size_t index = aDocument->FindDocStyleSheetInsertionPoint(sheets, *aSheet);
|
||||
sheets.InsertElementAt(index, aSheet);
|
||||
|
||||
if (!present) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue