mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibWeb/CSS: Expose CSSStyleSheet's origin clean flag
This commit is contained in:
parent
868052a865
commit
00948c4746
Notes:
github-actions[bot]
2024-12-22 11:31:24 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/00948c4746f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2998
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
bool is_alternate() const { return m_alternate; }
|
||||
void set_alternate(bool alternate) { m_alternate = alternate; }
|
||||
|
||||
bool is_origin_clean() const { return m_origin_clean; }
|
||||
void set_origin_clean(bool origin_clean) { m_origin_clean = origin_clean; }
|
||||
|
||||
bool disabled() const { return m_disabled; }
|
||||
|
|
Loading…
Add table
Reference in a new issue