mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Default initialize strings in MessageEventInit
This commit is contained in:
committed by
Andreas Kling
parent
1607b2c978
commit
464cc55b16
@@ -17,8 +17,8 @@ using MessageEventSource = Variant<JS::Handle<WindowProxy>, JS::Handle<MessagePo
|
||||
|
||||
struct MessageEventInit : public DOM::EventInit {
|
||||
JS::Value data { JS::js_null() };
|
||||
String origin;
|
||||
String last_event_id;
|
||||
String origin {};
|
||||
String last_event_id {};
|
||||
Optional<MessageEventSource> source;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user