| 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 e4ee9a4aefb78d867e804dab9d52d707406fadf6..1b8f331c8e693c6c57d005dbfe7fada7819e0a45 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -301,6 +301,10 @@ public:
|
|
|
| bool canParticipateInFlatTree() const;
|
| bool isSlotOrActiveInsertionPoint() const;
|
| + bool slottable() const;
|
| + AtomicString slotName() const;
|
| +
|
| + static AtomicString normalizeSlotName(const AtomicString&);
|
|
|
| bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag); }
|
|
|
|
|