Changeset 96873 in webkit
- Timestamp:
- Oct 6, 2011, 4:40:22 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
editing/FrameSelection.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r96870 r96873 1 2011-10-06 Dan Bernstein <mitz@apple.com> 2 3 Added a comment explaining code added in r96834. 4 5 Suggested by Darin Adler. 6 7 * editing/FrameSelection.cpp: 8 (WebCore::FrameSelection::updateAppearance): 9 1 10 2011-10-05 Ryosuke Niwa <rniwa@webkit.org> 2 11 -
trunk/Source/WebCore/editing/FrameSelection.cpp
r96834 r96873 1681 1681 return; 1682 1682 1683 // Construct a new VisibleSolution, since m_selection is not necessarily valid, and the following steps 1684 // assume a valid selection. See <https://bugs.webkit.org/show_bug.cgi?id=69563> and <rdar://problem/10232866>. 1683 1685 VisibleSelection selection(m_selection.visibleStart(), m_selection.visibleEnd()); 1684 1686
Note:
See TracChangeset
for help on using the changeset viewer.