diff --git a/Libraries/LibWeb/HTML/HTMLImageElement.h b/Libraries/LibWeb/HTML/HTMLImageElement.h
index f20aae468ef..8c6c7c32ee7 100644
--- a/Libraries/LibWeb/HTML/HTMLImageElement.h
+++ b/Libraries/LibWeb/HTML/HTMLImageElement.h
@@ -48,7 +48,6 @@ public:
}
String alt() const { return get_attribute_value(HTML::AttributeNames::alt); }
- String src() const { return get_attribute_value(HTML::AttributeNames::src); }
RefPtr immutable_bitmap() const;