| 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 7b6e44a21bd7e6845d14ddc00d44a68e31c36efa..ce445e7c0b8c02e0f18cdf663448f7a0ed975db1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -93,9 +93,6 @@
|
| void clearDistribution();
|
| void saveAndClearDistribution();
|
|
|
| - bool supportsDistribution() const { return isInShadowTree(); }
|
| - void updateDistributedNodesManually();
|
| -
|
| static AtomicString normalizeSlotName(const AtomicString&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|