mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-19 23:15:53 +00:00
LibWeb: Move everything into the Web namespace
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <LibHTML/Frame.h>
|
||||
#include <LibHTML/HtmlView.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
HTMLFormElement::HTMLFormElement(Document& document, const String& tag_name)
|
||||
: HTMLElement(document, tag_name)
|
||||
{
|
||||
@@ -80,3 +82,5 @@ void HTMLFormElement::submit()
|
||||
// FIXME: We shouldn't let the form just do this willy-nilly.
|
||||
document().frame()->html_view()->load(url);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user