mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Remove HTMLImageElement::src()
This is no longer used.
This commit is contained in:
parent
4a1740f299
commit
3e8ede5dc4
Notes:
github-actions[bot]
2025-08-03 15:34:13 +00:00
Author: https://github.com/tcl3
Commit: 3e8ede5dc4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5692
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
String alt() const { return get_attribute_value(HTML::AttributeNames::alt); }
|
String alt() const { return get_attribute_value(HTML::AttributeNames::alt); }
|
||||||
String src() const { return get_attribute_value(HTML::AttributeNames::src); }
|
|
||||||
|
|
||||||
RefPtr<Gfx::ImmutableBitmap> immutable_bitmap() const;
|
RefPtr<Gfx::ImmutableBitmap> immutable_bitmap() const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue