Skip to content

Commit adc5ed8

Browse files
aduh95pull[bot]
authored andcommitted
url: remove unnecessary call to FunctionPrototypeBind
PR-URL: #46870 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 731f834 commit adc5ed8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/url.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const {
77
ArrayPrototypePush,
88
ArrayPrototypeReduce,
99
ArrayPrototypeSlice,
10-
FunctionPrototypeBind,
1110
Int8Array,
1211
IteratorPrototype,
1312
Number,
@@ -544,7 +543,6 @@ class URL {
544543
// toUSVString is not needed.
545544
input = `${input}`;
546545
this[context] = new URLContext();
547-
this.#onParseComplete = FunctionPrototypeBind(this.#onParseComplete, this);
548546

549547
if (base !== undefined) {
550548
base = `${base}`;

0 commit comments

Comments
 (0)