mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
LibWeb: Port HTMLFormElement from ByteString
This commit is contained in:
committed by
Andreas Kling
parent
0b7c8e0de5
commit
10e5458e27
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user