Changeset 217049 in webkit for trunk/Source/JavaScriptCore/debugger/DebuggerScope.cpp
- Timestamp:
- May 18, 2017, 10:42:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/debugger/DebuggerScope.cpp
r217031 r217049 35 35 STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(DebuggerScope); 36 36 37 const ClassInfo DebuggerScope::s_info = { "DebuggerScope", &Base::s_info, nullptr, nullptr, CREATE_METHOD_TABLE(DebuggerScope) };37 const ClassInfo DebuggerScope::s_info = { "DebuggerScope", &Base::s_info, 0, CREATE_METHOD_TABLE(DebuggerScope) }; 38 38 39 39 DebuggerScope* DebuggerScope::create(VM& vm, JSScope* scope)
Note:
See TracChangeset
for help on using the changeset viewer.