mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Use the prefix passed to Document.createElementNS()
1% progression on ACID3. :^)
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
|
||||
namespace Web::DOM {
|
||||
|
||||
NonnullRefPtr<Element> create_element(Document&, const FlyString& tag_name, const FlyString& namespace_);
|
||||
NonnullRefPtr<Element> create_element(Document&, FlyString tag_name, FlyString namespace_);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user