| Index: Source/core/css/resolver/StyleBuilder.h
|
| diff --git a/Source/core/css/resolver/StyleBuilder.h b/Source/core/css/resolver/StyleBuilder.h
|
| index 130411ac8cbe97d032333342291af2dd465030c1..713cec219690188d92f154a80a3cff7a4580d561 100644
|
| --- a/Source/core/css/resolver/StyleBuilder.h
|
| +++ b/Source/core/css/resolver/StyleBuilder.h
|
| @@ -42,10 +42,10 @@ class StyleResolverState;
|
| class StyleBuilder {
|
| STATIC_ONLY(StyleBuilder);
|
| public:
|
| - static void applyProperty(CSSPropertyID, StyleResolverState&, CSSValue*);
|
| + static void applyProperty(CSSPropertyID, StyleResolverState&, CSSValue);
|
|
|
| private:
|
| - static void applyProperty(CSSPropertyID, StyleResolverState&, CSSValue*, bool isInitial, bool isInherit);
|
| + static void applyProperty(CSSPropertyID, StyleResolverState&, CSSValue, bool isInitial, bool isInherit);
|
| };
|
|
|
| }
|
|
|