LibWeb: Prefix AK::Duration with AK Namespace

This commit is contained in:
Andrew Kaster
2024-07-16 23:45:44 -06:00
committed by Sam Atkins
parent 2fa9ec20bd
commit b20a1d0fcd
16 changed files with 39 additions and 39 deletions

View File

@@ -957,7 +957,7 @@ Vector<FlyString> HTMLFormElement::supported_property_names() const
Name,
Past,
} source;
Duration age;
AK::Duration age;
};
Vector<SourcedName> sourced_names;