| Index: third_party/WebKit/Source/core/editing/serializers/Serialization.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp b/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp
|
| index 8d3ee65ca919f5325258deb2d170ea5600d1b7d6..a0642bad89a2ee95998d47030a808a9918933794 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp
|
| @@ -353,7 +353,7 @@ DocumentFragment* createFragmentFromMarkupWithContext(Document& document, const
|
|
|
| Range* range = Range::create(*taggedDocument,
|
| Position::afterNode(nodeBeforeContext).parentAnchoredEquivalent(),
|
| - positionBeforeNode(nodeAfterContext).parentAnchoredEquivalent());
|
| + Position::beforeNode(nodeAfterContext).parentAnchoredEquivalent());
|
|
|
| Node* commonAncestor = range->commonAncestorContainer();
|
| HTMLElement* specialCommonAncestor = ancestorToRetainStructureAndAppearanceWithNoLayoutObject(commonAncestor);
|
|
|