| Index: third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp b/third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp
|
| index 0ed93fc1cf4507cf0598ce8dbcc93cf069c65cc4..e58430eeb63cf05c835f0f3f81621654d45077c1 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp
|
| @@ -378,7 +378,7 @@ Node* StyledMarkupTraverser<Strategy>::traverse(Node* startNode,
|
|
|
| // Close up the ancestors.
|
| while (!ancestorsToClose.isEmpty()) {
|
| - ContainerNode* ancestor = ancestorsToClose.last();
|
| + ContainerNode* ancestor = ancestorsToClose.back();
|
| DCHECK(ancestor);
|
| if (next && next != pastEnd && Strategy::isDescendantOf(*next, *ancestor))
|
| break;
|
|
|