mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibHTML: Document::detach_from_frame() should actually detach
This commit is contained in:
parent
159507f2a6
commit
a259832266
Notes:
sideshowbarker
2024-07-19 11:44:33 +09:00
Author: https://github.com/awesomekling
Commit: a259832266
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ void Document::attach_to_frame(Badge<Frame>, Frame& frame)
|
|||
|
||||
void Document::detach_from_frame(Badge<Frame>, Frame&)
|
||||
{
|
||||
m_frame = nullptr;
|
||||
}
|
||||
|
||||
Color Document::background_color() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue