Changeset 217049 in webkit for trunk/Source/JavaScriptCore/runtime/BooleanObject.cpp
- Timestamp:
- May 18, 2017, 10:42:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/BooleanObject.cpp
r217031 r217049 29 29 STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(BooleanObject); 30 30 31 const ClassInfo BooleanObject::s_info = { "Boolean", &JSWrapperObject::s_info, nullptr, nullptr, CREATE_METHOD_TABLE(BooleanObject) };31 const ClassInfo BooleanObject::s_info = { "Boolean", &JSWrapperObject::s_info, 0, CREATE_METHOD_TABLE(BooleanObject) }; 32 32 33 33 BooleanObject::BooleanObject(VM& vm, Structure* structure)
Note:
See TracChangeset
for help on using the changeset viewer.