Changeset 167791 in webkit


Ignore:
Timestamp:
Apr 24, 2014, 11:02:42 PM (11 years ago)
Author:
Darin Adler
Message:

Fix typo in comment from last check-in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/loader/FrameLoader.cpp

    r167790 r167791  
    817817
    818818    // 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 legal
     819    // of this function can be called in the frame's destructor, and it's not legal
    820820    // to ref an object while it's being destroyed.
    821821    Ref<Frame> protect(m_frame);
Note: See TracChangeset for help on using the changeset viewer.