| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 6cb1ba1ec74123717e4789a8ade6057da6af3905..af33311cb8dee56ac81f2622c87004e93d0e7a28 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -220,7 +220,7 @@ private:
|
| template <CSSPropertyPriority priority>
|
| void applyAnimatedProperties(StyleResolverState&, const WillBeHeapHashMap<PropertyHandle, RefPtrWillBeMember<Interpolation>>&);
|
| template <CSSPropertyPriority priority>
|
| - void applyAllProperty(StyleResolverState&, CSSValue*, bool inheritedOnly);
|
| + void applyAllProperty(StyleResolverState&, CSSValue*, bool inheritedOnly, PropertyWhitelistType);
|
|
|
| bool pseudoStyleForElementInternal(Element&, const PseudoStyleRequest&, const ComputedStyle* parentStyle, StyleResolverState&);
|
|
|
|
|