summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Date.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Runtime/Date.cpp')
-rw-r--r--Libraries/LibJS/Runtime/Date.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/Date.cpp b/Libraries/LibJS/Runtime/Date.cpp
index 6b22c98fdf..49ea57cb61 100644
--- a/Libraries/LibJS/Runtime/Date.cpp
+++ b/Libraries/LibJS/Runtime/Date.cpp
@@ -42,7 +42,6 @@ Date::Date(Core::DateTime datetime, u16 milliseconds, Object& prototype)
, m_datetime(datetime)
, m_milliseconds(milliseconds)
{
- set_prototype(&prototype);
}
Date::~Date()