#include <LibHTML/DOM/HTMLHRElement.h> HTMLHRElement::HTMLHRElement(Document& document, const String& tag_name) : HTMLElement(document, tag_name) { } HTMLHRElement::~HTMLHRElement() { }