| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index f2d605ace2f22aa36e96bdc3e6b679f12ab85551..ecd2bcbe6ccc31d7c3e18f82e90c822a3506e36c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -61,8 +61,8 @@ private:
|
| bool parseViewportDescriptor(CSSPropertyID propId, bool important);
|
| bool parseFontFaceDescriptor(CSSPropertyID);
|
|
|
| - void addProperty(CSSPropertyID, CSSPropertyID, CSSValue*, bool important, bool implicit = false);
|
| - void addExpandedPropertyForValue(CSSPropertyID propId, CSSValue*, bool);
|
| + void addProperty(CSSPropertyID, CSSPropertyID, const CSSValue&, bool important, bool implicit = false);
|
| + void addExpandedPropertyForValue(CSSPropertyID propId, const CSSValue&, bool);
|
|
|
| bool consumeBorder(bool important);
|
|
|
|
|