LibWeb: Start tracking elapsed time when a resource is loaded

This commit is contained in:
Brian Gianforcaro 2021-09-11 21:15:15 -07:00 committed by Andreas Kling
commit bca8707e15
Notes: sideshowbarker 2024-07-18 04:08:03 +09:00
7 changed files with 17 additions and 9 deletions

View file

@ -27,7 +27,7 @@ public:
~FrameLoader();
bool load(const URL&, Type);
bool load(const LoadRequest&, Type);
bool load(LoadRequest&, Type);
void load_html(const StringView&, const URL&);