Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: Source/core/editing/DeleteSelectionCommand.cpp

Issue 420603002: Use tighter typing in editing/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/editing/CompositeEditCommand.cpp ('k') | Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/DeleteSelectionCommand.cpp
diff --git a/Source/core/editing/DeleteSelectionCommand.cpp b/Source/core/editing/DeleteSelectionCommand.cpp
index c86e09f7a8f1200ad7b8470d8a6a8dc3f5ec94fb..093338b47b04488075c0659ab801284d7e180212 100644
--- a/Source/core/editing/DeleteSelectionCommand.cpp
+++ b/Source/core/editing/DeleteSelectionCommand.cpp
@@ -98,8 +98,8 @@ DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection
void DeleteSelectionCommand::initializeStartEnd(Position& start, Position& end)
{
- Node* startSpecialContainer = 0;
- Node* endSpecialContainer = 0;
+ HTMLElement* startSpecialContainer = 0;
+ HTMLElement* endSpecialContainer = 0;
start = m_selectionToDelete.start();
end = m_selectionToDelete.end();
« no previous file with comments | « Source/core/editing/CompositeEditCommand.cpp ('k') | Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698