mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibWeb: Explicitly zero-initialize WindowObject::m_location_object
This commit is contained in:
parent
c66689ea76
commit
7691c7abcb
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ private:
|
|||
|
||||
NonnullRefPtr<DOM::Window> m_impl;
|
||||
|
||||
LocationObject* m_location_object;
|
||||
LocationObject* m_location_object { nullptr };
|
||||
|
||||
HashMap<String, JS::Object*> m_prototypes;
|
||||
HashMap<String, JS::NativeFunction*> m_constructors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue