Index: Source/core/editing/markup.cpp |
diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp |
index a2198a974293076c81200c779182c640c3e28e1f..27c52c199fc92bc2239a88434a036b68f1fffbc4 100644 |
--- a/Source/core/editing/markup.cpp |
+++ b/Source/core/editing/markup.cpp |
@@ -611,8 +611,6 @@ static String createMarkupInternal(Document& document, const Range* range, const |
if (nodes) |
nodes->append(ancestor); |
- lastClosed = ancestor; |
- |
if (ancestor == specialCommonAncestor) |
break; |
} |