diff --git a/packages/playwright-core/src/client/channelOwner.ts b/packages/playwright-core/src/client/channelOwner.ts index 0b5e2c0706..8a615afd4d 100644 --- a/packages/playwright-core/src/client/channelOwner.ts +++ b/packages/playwright-core/src/client/channelOwner.ts @@ -25,9 +25,8 @@ import { zones } from '../utils/zones'; import type { ClientInstrumentation } from './clientInstrumentation'; import type { Connection } from './connection'; import type { Logger } from './types'; -import { JoiningEventEmitter } from './joiningEventEmitter'; -export abstract class ChannelOwner extends JoiningEventEmitter { +export abstract class ChannelOwner extends EventEmitter { readonly _connection: Connection; private _parent: ChannelOwner | undefined; private _objects = new Map();