| 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..adec8aa7181bc519129a0ff683e082a52aa184e2 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 { return isElementNode() || isTextNode(); }
|
| + AtomicString slotName() const;
|
| +
|
| + static AtomicString normalizeSlotName(const AtomicString&);
|
|
|
| bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag); }
|
|
|
|
|