From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- remote/marionette/reftest-content.js | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'remote/marionette/reftest-content.js') diff --git a/remote/marionette/reftest-content.js b/remote/marionette/reftest-content.js index 3c0712f232..00be2a73f0 100644 --- a/remote/marionette/reftest-content.js +++ b/remote/marionette/reftest-content.js @@ -30,26 +30,19 @@ BrowserDOMWindow.prototype = { return null; }, - createContentWindow( - aURI, - aOpenWindowInfo, - aWhere, - aFlags, - aTriggeringPrincipal, - aCsp - ) { + createContentWindow(aURI, aOpenWindowInfo, aWhere) { return this._maybeOpen(aOpenWindowInfo, aWhere)?.browsingContext; }, - openURI(aURI, aOpenWindowInfo, aWhere, aFlags, aTriggeringPrincipal, aCsp) { + openURI(aURI, aOpenWindowInfo, aWhere) { return this._maybeOpen(aOpenWindowInfo, aWhere)?.browsingContext; }, - createContentWindowInFrame(aURI, aParams, aWhere, aFlags, aName) { + createContentWindowInFrame(aURI, aParams, aWhere) { return this._maybeOpen(aParams.openWindowInfo, aWhere); }, - openURIInFrame(aURI, aParams, aWhere, aFlags, aName) { + openURIInFrame(aURI, aParams, aWhere) { return this._maybeOpen(aParams.openWindowInfo, aWhere); }, -- cgit v1.2.3