mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibIPC: Actually use the new Core::Timer::restart() I just added
Thanks @brynet for noticing. :^)
This commit is contained in:
parent
2ce2c4810a
commit
6f1b5fc0ab
Notes:
sideshowbarker
2024-07-19 05:42:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6f1b5fc0ab9
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public:
|
|||
}
|
||||
|
||||
if (!bytes.is_empty())
|
||||
m_responsiveness_timer->start();
|
||||
m_responsiveness_timer->restart();
|
||||
|
||||
size_t decoded_bytes = 0;
|
||||
for (size_t index = 0; index < bytes.size(); index += decoded_bytes) {
|
||||
|
|
Loading…
Add table
Reference in a new issue