| Index: third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.h b/third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| index 534ef7015fce82ae16d16b7fcafc06497cd970bf..0ffca7cf809386a441374e5f1285400df55b194a 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| @@ -76,12 +76,6 @@ public:
|
| return next - m_selectorArray;
|
| }
|
|
|
| - bool selectorNeedsUpdatedDistribution(size_t index) const;
|
| -
|
| - bool selectorHasContentPseudo(size_t index) const;
|
| - bool selectorHasSlottedPseudo(size_t index) const;
|
| - bool selectorUsesDeepCombinatorOrShadowPseudo(size_t index) const;
|
| -
|
| String selectorsText() const;
|
|
|
| private:
|
|
|