Index: Source/core/css/SelectorChecker.h |
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h |
index fde1c189e7f2319b31f63a745b9a422f089a1b78..5e1777d097e9d332a0597dd77776d06975319f05 100644 |
--- a/Source/core/css/SelectorChecker.h |
+++ b/Source/core/css/SelectorChecker.h |
@@ -38,7 +38,7 @@ class CSSSelector; |
class ContainerNode; |
class Element; |
class LayoutScrollbar; |
-class LayoutStyle; |
+class ComputedStyle; |
class SelectorChecker { |
WTF_MAKE_NONCOPYABLE(SelectorChecker); |
@@ -77,7 +77,7 @@ public: |
RawPtrWillBeMember<const ContainerNode> scope; |
VisitedMatchType visitedMatchType; |
PseudoId pseudoId; |
- LayoutStyle* elementStyle; |
+ ComputedStyle* elementStyle; |
RawPtrWillBeMember<LayoutScrollbar> scrollbar; |
ScrollbarPart scrollbarPart; |
unsigned isSubSelector : 1; |