mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibWeb: Make make_unsalvageable a public field
This commit is contained in:
parent
cc02e7a763
commit
8b4dde0b09
|
|
@ -578,6 +578,8 @@ public:
|
||||||
|
|
||||||
void set_salvageable(bool value) { m_salvageable = value; }
|
void set_salvageable(bool value) { m_salvageable = value; }
|
||||||
|
|
||||||
|
void make_unsalvageable(String reason);
|
||||||
|
|
||||||
HTML::ListOfAvailableImages& list_of_available_images();
|
HTML::ListOfAvailableImages& list_of_available_images();
|
||||||
HTML::ListOfAvailableImages const& list_of_available_images() const;
|
HTML::ListOfAvailableImages const& list_of_available_images() const;
|
||||||
|
|
||||||
|
|
@ -753,8 +755,6 @@ private:
|
||||||
|
|
||||||
void reset_cursor_blink_cycle();
|
void reset_cursor_blink_cycle();
|
||||||
|
|
||||||
void make_unsalvageable(String reason);
|
|
||||||
|
|
||||||
JS::NonnullGCPtr<Page> m_page;
|
JS::NonnullGCPtr<Page> m_page;
|
||||||
OwnPtr<CSS::StyleComputer> m_style_computer;
|
OwnPtr<CSS::StyleComputer> m_style_computer;
|
||||||
JS::GCPtr<CSS::StyleSheetList> m_style_sheets;
|
JS::GCPtr<CSS::StyleSheetList> m_style_sheets;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user