diff options
Diffstat (limited to 'extensions/web/12_location.js')
-rw-r--r-- | extensions/web/12_location.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/web/12_location.js b/extensions/web/12_location.js index 2b6580f8b..75012396a 100644 --- a/extensions/web/12_location.js +++ b/extensions/web/12_location.js @@ -165,7 +165,7 @@ }, enumerable: true, }, - [Symbol.for("Deno.customInspect")]: { + [Symbol.for("Deno.privateCustomInspect")]: { value: function (inspect) { const object = { hash: this.hash, @@ -322,7 +322,7 @@ value: "WorkerLocation", configurable: true, }, - [Symbol.for("Deno.customInspect")]: { + [Symbol.for("Deno.privateCustomInspect")]: { value: function (inspect) { const object = { hash: this.hash, |