diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/CanvasBox.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/CanvasBox.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/CanvasBox.cpp b/Userland/Libraries/LibWeb/Layout/CanvasBox.cpp index 44a6784614..9c4b44e18f 100644 --- a/Userland/Libraries/LibWeb/Layout/CanvasBox.cpp +++ b/Userland/Libraries/LibWeb/Layout/CanvasBox.cpp @@ -15,9 +15,7 @@ CanvasBox::CanvasBox(DOM::Document& document, HTML::HTMLCanvasElement& element, { } -CanvasBox::~CanvasBox() -{ -} +CanvasBox::~CanvasBox() = default; void CanvasBox::prepare_for_replaced_layout() { |