⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 96873 in webkit


Ignore:
Timestamp:
Oct 6, 2011, 4:40:22 PM (15 years ago)
Author:
mitz@apple.com
Message:

Added a comment explaining code added in r96834.

Suggested by Darin Adler.

  • editing/FrameSelection.cpp:

(WebCore::FrameSelection::updateAppearance):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r96870 r96873  
     12011-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
    1102011-10-05  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/Source/WebCore/editing/FrameSelection.cpp

    r96834 r96873  
    16811681        return;
    16821682
     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>.
    16831685    VisibleSelection selection(m_selection.visibleStart(), m_selection.visibleEnd());
    16841686
Note: See TracChangeset for help on using the changeset viewer.