Index: third_party/WebKit/Source/core/editing/EditingUtilities.cpp |
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp |
index 76a97f1052bb1beaf0c01248f004e17608d72f5c..9b64803fd4ec4799c2a6dd3c2b1708c82ba17b54 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp |
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp |
@@ -972,7 +972,6 @@ String stringWithRebalancedWhitespace(const String& string, bool startIsStartOfP |
continue; |
} |
- // We need to ensure there is no next sibling text node. See http://crbug.com/310149 |
if (previousCharacterWasSpace || (!i && startIsStartOfParagraph) || (i + 1 == length && shouldEmitNBSPbeforeEnd)) { |
rebalancedString.append(noBreakSpaceCharacter); |
previousCharacterWasSpace = false; |