| 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 eef9450d3a7a3964fe545898ae2c6dd775da18ae..676c605263458bd5bfaee9fc227779004b6a4b1d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -97,6 +97,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
|
| void ClearSlotChangeEventEnqueued() { slotchange_event_enqueued_ = false; }
|
|
|
| static AtomicString NormalizeSlotName(const AtomicString&);
|
| + static HTMLSlotElement* FindFallbackSlotElementFor(const Element&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|