| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| index 3e0495fd3819e4bb91862e51bdba59a89a191b33..34fbce5a62c141cc06b8ccb8cae1bb1ab97c83d5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| @@ -52,7 +52,7 @@ inline HTMLSlotElement::HTMLSlotElement(Document& document)
|
|
|
| DEFINE_NODE_FACTORY(HTMLSlotElement);
|
|
|
| -const HeapVector<Member<Node>> HTMLSlotElement::getAssignedNodesForBinding(const AssignedNodesOptions& options)
|
| +const HeapVector<Member<Node>> HTMLSlotElement::assignedNodesForBinding(const AssignedNodesOptions& options)
|
| {
|
| updateDistribution();
|
| if (options.hasFlatten() && options.flatten())
|
|
|