diff --git a/lib/internal/url.js b/lib/internal/url.js index 3d36f320f11f1e..193965b76d346d 100644 --- a/lib/internal/url.js +++ b/lib/internal/url.js @@ -7,7 +7,6 @@ const { ArrayPrototypePush, ArrayPrototypeReduce, ArrayPrototypeSlice, - FunctionPrototypeBind, Int8Array, IteratorPrototype, Number, @@ -544,7 +543,6 @@ class URL { // toUSVString is not needed. input = `${input}`; this[context] = new URLContext(); - this.#onParseComplete = FunctionPrototypeBind(this.#onParseComplete, this); if (base !== undefined) { base = `${base}`;