Changeset 173892 in webkit for trunk/Source/JavaScriptCore/debugger/DebuggerCallFrame.h
- Timestamp:
- Sep 23, 2014, 2:24:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/debugger/DebuggerCallFrame.h
r173100 r173892 83 83 RefPtr<DebuggerCallFrame> m_caller; 84 84 TextPosition m_position; 85 // The Debugger CallFrameScope is responsible for calling invalidate() which,85 // The DebuggerPausedScope is responsible for calling invalidate() which, 86 86 // in turn, will clear this strong ref. 87 87 Strong<DebuggerScope> m_scope;
Note:
See TracChangeset
for help on using the changeset viewer.