Issue #2557 - Remove URL Constructor(DOMString url, URL base).

URL Constructor(DOMString url, URL base) doesn't exist anymore in the spec.

Resolves #2557
This commit is contained in:
Moonchild 2025-01-30 19:20:18 +01:00 committed by roytam1
commit 511449e134
3 changed files with 2 additions and 66 deletions

View file

@ -47,10 +47,6 @@ public:
virtual JSObject*
WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;
static already_AddRefed<URL>
Constructor(const GlobalObject& aGlobal, const nsAString& aURL,
URL& aBase, ErrorResult& aRv);
static already_AddRefed<URL>
Constructor(const GlobalObject& aGlobal, const nsAString& aURL,
const Optional<nsAString>& aBase, ErrorResult& aRv);