diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HighResolutionTime/Performance.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/HighResolutionTime/Performance.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/HighResolutionTime/Performance.cpp b/Userland/Libraries/LibWeb/HighResolutionTime/Performance.cpp index 6fac7a0042..468e28bddf 100644 --- a/Userland/Libraries/LibWeb/HighResolutionTime/Performance.cpp +++ b/Userland/Libraries/LibWeb/HighResolutionTime/Performance.cpp @@ -21,9 +21,7 @@ Performance::Performance(HTML::Window& window) m_timer.start(); } -Performance::~Performance() -{ -} +Performance::~Performance() = default; double Performance::time_origin() const { |