Index: Source/core/css/ElementRuleCollector.cpp |
diff --git a/Source/core/css/ElementRuleCollector.cpp b/Source/core/css/ElementRuleCollector.cpp |
index 880fa141e3d4b27436a7d6fb41ba03a4bf032ea1..bfba20a5822ffcc12f922a1846d1ad912109551a 100644 |
--- a/Source/core/css/ElementRuleCollector.cpp |
+++ b/Source/core/css/ElementRuleCollector.cpp |
@@ -46,7 +46,7 @@ |
namespace blink { |
ElementRuleCollector::ElementRuleCollector(const ElementResolveContext& context, |
- const SelectorFilter& filter, LayoutStyle* style) |
+ const SelectorFilter& filter, ComputedStyle* style) |
: m_context(context) |
, m_selectorFilter(filter) |
, m_style(style) |