Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
FrameSelection::setNonDirectionalSelectionIfNeeded should not have a …
…FrameSelection passed to it https://bugs.webkit.org/show_bug.cgi?id=66636 Patch by Wyatt Carss <wcarss@chromium.org> on 2011-08-22 Reviewed by Darin Adler. setNonDirectionalSelection was moved into FrameSelection in r93134 for bug 60529, and still took a FrameSelection as an argument, which has been removed. * editing/FrameSelection.cpp: (WebCore::FrameSelection::setNonDirectionalSelectionIfNeeded): Canonical link: https://commits.webkit.org/82511@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@93531 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
bcdf255
commit 49ad1d82472aa2c9071f96aca36f12f121059bb1
Showing
4 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters