diff --git a/Userland/Libraries/LibJS/Runtime/AggregateError.h b/Userland/Libraries/LibJS/Runtime/AggregateError.h index 818f527b3a..390a5ee520 100644 --- a/Userland/Libraries/LibJS/Runtime/AggregateError.h +++ b/Userland/Libraries/LibJS/Runtime/AggregateError.h @@ -11,7 +11,7 @@ namespace JS { class AggregateError : public Object { - JS_OBJECT(Error, Object); + JS_OBJECT(AggregateError, Object); public: static AggregateError* create(GlobalObject&);