mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibWeb: Use the prefix passed to Document.createElementNS()
1% progression on ACID3. :^)
This commit is contained in:
parent
fa17776a51
commit
fb11741f20
2 changed files with 11 additions and 4 deletions
|
@ -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_);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue