|
@@ -37,7 +37,6 @@ public:
|
|
HashMap<CSS::PropertyID, NonnullRefPtr<StyleValue>> const& properties() const { return m_property_values; }
|
|
HashMap<CSS::PropertyID, NonnullRefPtr<StyleValue>> const& properties() const { return m_property_values; }
|
|
|
|
|
|
void set_property(CSS::PropertyID, NonnullRefPtr<StyleValue> value);
|
|
void set_property(CSS::PropertyID, NonnullRefPtr<StyleValue> value);
|
|
- void set_property(CSS::PropertyID, const StringView&);
|
|
|
|
Optional<NonnullRefPtr<StyleValue>> property(CSS::PropertyID) const;
|
|
Optional<NonnullRefPtr<StyleValue>> property(CSS::PropertyID) const;
|
|
|
|
|
|
Length length_or_fallback(CSS::PropertyID, const Length& fallback) const;
|
|
Length length_or_fallback(CSS::PropertyID, const Length& fallback) const;
|