| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 259e7901aa213ab0c61ff0571432a9a86b354a0b..671a9e0c637a93794299bbc15ff39e8c86774e03 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -805,6 +805,7 @@ class CORE_EXPORT Node : public EventTarget {
|
|
|
| StaticNodeList* getDestinationInsertionPoints();
|
| HTMLSlotElement* AssignedSlot() const;
|
| + HTMLSlotElement* FinalDestinationSlot() const;
|
| HTMLSlotElement* assignedSlotForBinding();
|
|
|
| bool IsFinishedParsingChildren() const {
|
|
|