mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Prefix AK::Duration with AK Namespace
This commit is contained in:
committed by
Sam Atkins
parent
2fa9ec20bd
commit
b20a1d0fcd
@@ -957,7 +957,7 @@ Vector<FlyString> HTMLFormElement::supported_property_names() const
|
||||
Name,
|
||||
Past,
|
||||
} source;
|
||||
Duration age;
|
||||
AK::Duration age;
|
||||
};
|
||||
Vector<SourcedName> sourced_names;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user