diff --git a/javascript/builtins/Uint8Array.json b/javascript/builtins/Uint8Array.json index 1a9c863d94725b..1d049f507aa246 100644 --- a/javascript/builtins/Uint8Array.json +++ b/javascript/builtins/Uint8Array.json @@ -218,7 +218,7 @@ } } }, - "fromBase64": { + "fromBase64_static": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64", "spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-uint8array.frombase64", @@ -262,7 +262,7 @@ } } }, - "fromHex": { + "fromHex_static": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromHex", "spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-uint8array.fromhex",