mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:57:46 +00:00
LibJS: Fix AggregateError's class_name()
This commit is contained in:
parent
15faa13c95
commit
0e8cbfb7b5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
namespace JS {
|
||||
|
||||
class AggregateError : public Object {
|
||||
JS_OBJECT(Error, Object);
|
||||
JS_OBJECT(AggregateError, Object);
|
||||
|
||||
public:
|
||||
static AggregateError* create(GlobalObject&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue