LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues

This commit is contained in:
Matthew Olsson 2024-05-19 13:48:52 -07:00 committed by Andrew Kaster
commit 9ea6ab0ad4
Notes: sideshowbarker 2024-07-17 00:23:42 +09:00
30 changed files with 37 additions and 35 deletions

View file

@ -69,7 +69,7 @@ private:
// https://w3c.github.io/webcrypto/#ref-for-dfn-CryptoKeyPair-2
class CryptoKeyPair : public JS::Object {
JS_OBJECT(CryptoKeyPair, Object);
JS_OBJECT(CryptoKeyPair, JS::Object);
JS_DECLARE_ALLOCATOR(CryptoKeyPair);
public: