mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibWeb/CSS: Implement CSSNumericType.equals()
This commit is contained in:
committed by
Andreas Kling
parent
d29084997e
commit
7be645a091
Notes:
github-actions[bot]
2025-08-29 09:58:23 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/7be645a0913 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955 Reviewed-by: https://github.com/trflynn89
@@ -27,6 +27,7 @@ public:
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
bool is_equal_numeric_values(GC::Ref<CSSNumericArray> other) const;
|
||||
|
||||
private:
|
||||
CSSNumericArray(JS::Realm&, Vector<GC::Ref<CSSNumericValue>>);
|
||||
|
||||
Reference in New Issue
Block a user