| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| index 0faab152c7feb9342878682b2ee40b09a9066eb5..436914f5a412279fdb3fc279bd6561d29860e533 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -58,7 +58,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
|
| Node* lastDistributedNode() const {
|
| DCHECK(supportsDistribution());
|
| return m_distributedNodes.isEmpty() ? nullptr
|
| - : m_distributedNodes.last().get();
|
| + : m_distributedNodes.back().get();
|
| }
|
|
|
| Node* distributedNodeNextTo(const Node&) const;
|
|
|