| Index: Source/core/css/CSSSelectorList.h
|
| diff --git a/Source/core/css/CSSSelectorList.h b/Source/core/css/CSSSelectorList.h
|
| index f90b28722973b7cd6e49f27490687566b52ed7c1..e8932fec6fc50b55a90b2d6abf80335f58182ddd 100644
|
| --- a/Source/core/css/CSSSelectorList.h
|
| +++ b/Source/core/css/CSSSelectorList.h
|
| @@ -61,7 +61,7 @@ public:
|
| bool selectorsNeedNamespaceResolution();
|
|
|
| bool hasShadowDistributedAt(size_t index) const;
|
| - bool hasCombinatorCrossingTreeBoundaryAt(size_t index) const;
|
| + bool selectorCrossesTreeScopes(size_t index) const;
|
|
|
| String selectorsText() const;
|
|
|
|
|