mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 10:38:24 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
using WrapperType = Bindings::SVGGeometryElementWrapper;
|
||||
|
||||
protected:
|
||||
SVGGeometryElement(DOM::Document& document, const FlyString& tag_name);
|
||||
SVGGeometryElement(DOM::Document& document, const QualifiedName& qualified_name);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user