mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-22 11:02:53 +00:00
LibWeb: Make make_unsalvageable
a public field
This commit is contained in:
parent
cc02e7a763
commit
8b4dde0b09
Notes:
github-actions[bot]
2024-09-23 22:50:56 +00:00
Author: https://github.com/dlarocque
Commit: 8b4dde0b09
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1330
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 2 deletions
|
@ -578,6 +578,8 @@ public:
|
|||
|
||||
void set_salvageable(bool value) { m_salvageable = value; }
|
||||
|
||||
void make_unsalvageable(String reason);
|
||||
|
||||
HTML::ListOfAvailableImages& list_of_available_images();
|
||||
HTML::ListOfAvailableImages const& list_of_available_images() const;
|
||||
|
||||
|
@ -753,8 +755,6 @@ private:
|
|||
|
||||
void reset_cursor_blink_cycle();
|
||||
|
||||
void make_unsalvageable(String reason);
|
||||
|
||||
JS::NonnullGCPtr<Page> m_page;
|
||||
OwnPtr<CSS::StyleComputer> m_style_computer;
|
||||
JS::GCPtr<CSS::StyleSheetList> m_style_sheets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue