diff options
author | Linus Groh <mail@linusgroh.de> | 2022-08-16 00:20:49 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-23 13:58:30 +0100 |
commit | 8ceef031e89749dd7c5cab1801fcd72006c2f734 (patch) | |
tree | 1cc2715032970a7651203d9b398407843b5a3708 /Userland/Libraries/LibJS | |
parent | 4806567f053166952da4f191792fc8aab21a3a84 (diff) | |
download | serenity-8ceef031e89749dd7c5cab1801fcd72006c2f734.zip |
LibWeb: Fix the prototype of a couple of WebAssembly prototype objects
Like any other regular, non-inheriting web platform prototype, the
prototype's prototype should be Object.prototype, not the global object.
Another reason to get rid of "global object (an object) + prototype
object (also an object)"-style APIs for allocation :^)
Diffstat (limited to 'Userland/Libraries/LibJS')
0 files changed, 0 insertions, 0 deletions