Changeset 167791 in webkit
- Timestamp:
- Apr 24, 2014, 11:02:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/loader/FrameLoader.cpp
r167790 r167791 817 817 818 818 // Important not to protect earlier in this function, because earlier parts 819 // of this function can be called the frame's destructor, and it's not legal819 // of this function can be called in the frame's destructor, and it's not legal 820 820 // to ref an object while it's being destroyed. 821 821 Ref<Frame> protect(m_frame);
Note:
See TracChangeset
for help on using the changeset viewer.