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 436914f5a412279fdb3fc279bd6561d29860e533..09d7600d2aa070dd3895b6751bdf83fc26d61b59 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h |
@@ -53,7 +53,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement { |
Node* firstDistributedNode() const { |
DCHECK(supportsDistribution()); |
return m_distributedNodes.isEmpty() ? nullptr |
- : m_distributedNodes.first().get(); |
+ : m_distributedNodes.front().get(); |
} |
Node* lastDistributedNode() const { |
DCHECK(supportsDistribution()); |