Index: Source/core/editing/ApplyStyleCommand.cpp |
diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp |
index eeb18cb903bc437e0a70737c3d25d95f9ff6b7da..4f5773857a33c4598c322d809e17af96135d592b 100644 |
--- a/Source/core/editing/ApplyStyleCommand.cpp |
+++ b/Source/core/editing/ApplyStyleCommand.cpp |
@@ -1267,7 +1267,6 @@ bool ApplyStyleCommand::mergeStartWithPreviousIfIdentical(const Position& start, |
return false; |
startNode = startNode->parentNode(); |
- startOffset = 0; |
} |
if (!startNode->isElementNode()) |