mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
LibWeb: Make Crypto GC-allocated
This commit is contained in:
parent
96f6c7fae5
commit
be9d3860b9
6 changed files with 30 additions and 24 deletions
|
@ -145,7 +145,7 @@ private:
|
|||
HashMap<int, JS::NonnullGCPtr<Timer>> m_timers;
|
||||
|
||||
JS::GCPtr<HighResolutionTime::Performance> m_performance;
|
||||
RefPtr<Crypto::Crypto> m_crypto;
|
||||
JS::GCPtr<Crypto::Crypto> m_crypto;
|
||||
JS::GCPtr<CSS::Screen> m_screen;
|
||||
|
||||
AnimationFrameCallbackDriver m_animation_frame_callback_driver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue