Skip to content

Commit

Permalink
Update lib/internal/freeze_intrinsics.js
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <[email protected]>
  • Loading branch information
aduh95 and targos authored Dec 21, 2023
1 parent c15e338 commit a7d624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/freeze_intrinsics.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ module.exports = function() {
ArrayPrototypePush(intrinsics, SharedArrayBuffer);
}

if (typeof WebAssembly !== 'undefined') { // 25.2
if (typeof WebAssembly !== 'undefined') {
ArrayPrototypePush(intrinsicPrototypes,
WebAssembly.Module.prototype,
WebAssembly.Instance.prototype,
Expand Down

0 comments on commit a7d624d

Please sign in to comment.