Revert unintended change

This commit is contained in:
Yury Semikhatsky 2024-09-06 15:56:50 -07:00
parent 1fdac5f247
commit d36de8d7e6

View file

@ -91,7 +91,7 @@ export class BidiPage implements PageDelegate {
await Promise.all([ await Promise.all([
this.updateHttpCredentials(), this.updateHttpCredentials(),
this.updateRequestInterception(), this.updateRequestInterception(),
// this._updateViewport(), this._updateViewport(),
]); ]);
} }