diff options
Diffstat (limited to 'Libraries/LibJS/Runtime/Shape.h')
-rw-r--r-- | Libraries/LibJS/Runtime/Shape.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/Shape.h b/Libraries/LibJS/Runtime/Shape.h index 7f50352dec..d5464a9eba 100644 --- a/Libraries/LibJS/Runtime/Shape.h +++ b/Libraries/LibJS/Runtime/Shape.h @@ -106,7 +106,6 @@ private: PropertyAttributes m_attributes { 0 }; TransitionType m_transition_type : 6 { TransitionType::Invalid }; bool m_unique : 1 { false }; - mutable bool m_has_property_table : 1 { false }; GlobalObject& m_global_object; |