Skip to content

Commit bebe11b

Browse files
committed
style: use weaksets
1 parent 702544f commit bebe11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

injected/src/features/autofill-password-import.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export default class AutofillPasswordImport extends ContentFeature {
5151

5252
#domLoaded;
5353

54-
/** @type {Set<Element>} */
55-
#tappedElements = new Set();
54+
/** @type {WeakSet<Element>} */
55+
#tappedElements = new WeakSet();
5656

5757
/**
5858
* @returns {ButtonAnimationStyle}

0 commit comments

Comments
 (0)