mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #2112 - Part 15: Remove leftover comment
This commit is contained in:
parent
9279153af8
commit
0b3da59bc3
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ ShadowRoot::CloneInternalDataFrom(ShadowRoot* aOther)
|
|||
for (size_t i = 0; i < sheetCount; ++i) {
|
||||
StyleSheet* sheet = aOther->SheetAt(i);
|
||||
if (sheet && sheet->IsApplicable()) {
|
||||
// TODO: Remove AsGecko() call once Stylo is removed.
|
||||
RefPtr<CSSStyleSheet> clonedSheet =
|
||||
sheet->AsGecko()->Clone(nullptr, nullptr, nullptr, nullptr);
|
||||
if (clonedSheet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue