mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +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 {
|
namespace JS {
|
||||||
|
|
||||||
class AggregateError : public Object {
|
class AggregateError : public Object {
|
||||||
JS_OBJECT(Error, Object);
|
JS_OBJECT(AggregateError, Object);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static AggregateError* create(GlobalObject&);
|
static AggregateError* create(GlobalObject&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue