LibWeb: Port HTMLFormElement from ByteString

This commit is contained in:
Shannon Booth 2023-12-24 15:51:37 +13:00 committed by Andreas Kling
commit 10e5458e27
Notes: sideshowbarker 2024-07-17 04:10:16 +09:00
2 changed files with 10 additions and 8 deletions

View file

@ -35,7 +35,7 @@ class HTMLFormElement final : public HTMLElement {
public:
virtual ~HTMLFormElement() override;
ByteString action_from_form_element(JS::NonnullGCPtr<HTMLElement> element) const;
String action_from_form_element(JS::NonnullGCPtr<HTMLElement> element) const;
enum class MethodAttributeState {
#define __ENUMERATE_FORM_METHOD_ATTRIBUTE(_, state) state,