diff --git a/extensions/webstorage/01_webstorage.js b/extensions/webstorage/01_webstorage.js index e55e94280b..558522a3ce 100644 --- a/extensions/webstorage/01_webstorage.js +++ b/extensions/webstorage/01_webstorage.js @@ -7,6 +7,7 @@ const webidl = window.__bootstrap.webidl; const { Symbol, + SymbolFor, ObjectDefineProperty, ObjectFromEntries, ObjectEntries, @@ -157,7 +158,7 @@ }, }); - proxy[Symbol.for("Deno.customInspect")] = function (inspect) { + proxy[SymbolFor("Deno.customInspect")] = function (inspect) { return `${this.constructor.name} ${ inspect({ length: this.length,