| Index: third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
|
| index 76b9ef861880aa8cf25a58b51dd1e5a9bcb0c1a9..5c63c216ac88b26b3a6a4270dd9fe23549e53528 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
|
| @@ -155,7 +155,7 @@ HTMLSlotElement* SlotAssignment::FindSlot(const Node& node) {
|
| }
|
|
|
| HTMLSlotElement* SlotAssignment::FindSlotByName(const AtomicString& slot_name) {
|
| - return slot_map_->GetSlotByName(slot_name, owner_.Get());
|
| + return slot_map_->GetSlotByName(slot_name, *owner_);
|
| }
|
|
|
| void SlotAssignment::CollectSlots() {
|
|
|