summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/Wrappable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Bindings/Wrappable.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Bindings/Wrappable.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Userland/Libraries/LibWeb/Bindings/Wrappable.cpp b/Userland/Libraries/LibWeb/Bindings/Wrappable.cpp
index 1c8b146630..9f5efd78fd 100644
--- a/Userland/Libraries/LibWeb/Bindings/Wrappable.cpp
+++ b/Userland/Libraries/LibWeb/Bindings/Wrappable.cpp
@@ -10,10 +10,6 @@
namespace Web {
namespace Bindings {
-Wrappable::~Wrappable()
-{
-}
-
void Wrappable::set_wrapper(Wrapper& wrapper)
{
VERIFY(!m_wrapper);