Revert "Support CSS shadow parts"

This reverts commit a852c0a86a.
This commit is contained in:
Basilisk-Dev 2026-05-11 09:43:27 -04:00 committed by wuggy
commit 3df0ae2323
10 changed files with 29 additions and 1882 deletions

View file

@ -335,7 +335,6 @@ nsCSSSelector::Clone(bool aDeepNext, bool aDeepNegations) const
result->mCasedTag = mCasedTag;
result->mOperator = mOperator;
result->mPseudoType = mPseudoType;
result->mHybridPseudoType = mHybridPseudoType;
NS_IF_CLONE(mIDList);
NS_IF_CLONE(mClassList);