Skip to content

Commit f406fff

Browse files
fix
1 parent ec67765 commit f406fff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PageCollector.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export class PageCollector<T> {
4444
* Use methods that manipulate the array in place.
4545
*/
4646
protected storage = new WeakMap<Page, Array<WithSymbolId<T>>>();
47-
protected idGenerator = new WeakMap<Page, () => number>();
4847

4948
constructor(
5049
browser: Browser,

0 commit comments

Comments
 (0)