Changeset 55753 in webkit


Ignore:
Timestamp:
Mar 9, 2010 4:17:11 PM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-03-09 Ojan Vafai <ojan@chromium.org>

Reviewed by Darin Adler.

Fix review comment accidentally overlooked in bug 35713
https://bugs.webkit.org/show_bug.cgi?id=35947

  • editing/DeleteSelectionCommand.cpp: (WebCore::DeleteSelectionCommand::setStartingSelectionOnSmartDelete):
  • editing/DeleteSelectionCommand.h:
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55752 r55753  
     12010-03-09  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Fix review comment accidentally overlooked in bug 35713
     6        https://bugs.webkit.org/show_bug.cgi?id=35947
     7
     8        * editing/DeleteSelectionCommand.cpp:
     9        (WebCore::DeleteSelectionCommand::setStartingSelectionOnSmartDelete):
     10        * editing/DeleteSelectionCommand.h:
     11
    1122010-03-03  Ojan Vafai  <ojan@chromium.org>
    213
  • trunk/WebCore/editing/DeleteSelectionCommand.cpp

    r55752 r55753  
    162162}
    163163
    164 void DeleteSelectionCommand::setStartingSelectionOnSmartDelete(Position& start, Position& end)
     164void DeleteSelectionCommand::setStartingSelectionOnSmartDelete(const Position& start, const Position& end)
    165165{
    166166    VisiblePosition newBase;
  • trunk/WebCore/editing/DeleteSelectionCommand.h

    r55752 r55753  
    5252
    5353    void initializeStartEnd(Position&, Position&);
    54     void setStartingSelectionOnSmartDelete(Position&, Position&);
     54    void setStartingSelectionOnSmartDelete(const Position&, const Position&);
    5555    void initializePositionData();
    5656    void saveTypingStyleState();
Note: See TracChangeset for help on using the changeset viewer.