Changeset 83955 in webkit for trunk/Source/JavaScriptCore/debugger/DebuggerActivation.cpp
- Timestamp:
- Apr 15, 2011, 12:43:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/debugger/DebuggerActivation.cpp
r83808 r83955 32 32 33 33 DebuggerActivation::DebuggerActivation(JSGlobalData& globalData, JSObject* activation) 34 : JSNonFinalObject( globalData,DebuggerActivation::createStructure(globalData, jsNull()))34 : JSNonFinalObject(DebuggerActivation::createStructure(globalData, jsNull())) 35 35 { 36 36 ASSERT(activation);
Note:
See TracChangeset
for help on using the changeset viewer.