mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Make CSS::Screen forward its ref count to DOM::Window
This commit is contained in:
parent
7fc770cfac
commit
c268d0fa13
Notes:
sideshowbarker
2024-07-17 23:03:05 +09:00
Author: https://github.com/awesomekling
Commit: c268d0fa13
4 changed files with 12 additions and 10 deletions
|
@ -111,7 +111,7 @@ Window::Window(Document& document)
|
|||
, m_associated_document(document)
|
||||
, m_performance(make<HighResolutionTime::Performance>(*this))
|
||||
, m_crypto(Crypto::Crypto::create())
|
||||
, m_screen(CSS::Screen::create(*this))
|
||||
, m_screen(CSS::Screen::create({}, *this))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue