mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Revert "Optimise WebExtension implementaion pt.1"
This reverts commit 3be08bc94b.
This commit is contained in:
parent
3be08bc94b
commit
cd6be07458
3 changed files with 19 additions and 22 deletions
|
|
@ -1278,9 +1278,6 @@ CustomElementDefinition::CustomElementDefinition(nsIAtom* aType,
|
|||
mCallbacks(aCallbacks),
|
||||
mDocOrder(aDocOrder)
|
||||
{
|
||||
for (uint32_t i = 0; i < mObservedAttributes.Length(); ++i) {
|
||||
mObservedAttributesSet.PutEntry(mObservedAttributes[i]);
|
||||
}
|
||||
}
|
||||
|
||||
//-----------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue