LibJS: Fix AggregateError's class_name()

This commit is contained in:
Linus Groh 2021-06-23 13:55:43 +01:00
parent 15faa13c95
commit 0e8cbfb7b5

View file

@ -11,7 +11,7 @@
namespace JS {
class AggregateError : public Object {
JS_OBJECT(Error, Object);
JS_OBJECT(AggregateError, Object);
public:
static AggregateError* create(GlobalObject&);