diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/LineBoxFragment.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/LineBoxFragment.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h b/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h index 1b042ddc39..bb9977c332 100644 --- a/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h +++ b/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h @@ -6,14 +6,13 @@ #pragma once -#include <AK/Weakable.h> #include <LibGfx/Forward.h> #include <LibGfx/Rect.h> #include <LibWeb/Forward.h> namespace Web::Layout { -class LineBoxFragment : public Weakable<LineBoxFragment> { +class LineBoxFragment { friend class LineBox; public: |