Issue #2112 - Part 15: Remove leftover comment

This commit is contained in:
FranklinDM 2024-03-26 01:55:20 +08:00 committed by roytam1
commit 0b3da59bc3

View file

@ -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) {