| Index: third_party/WebKit/Source/core/svg/SVGPointList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPointList.h b/third_party/WebKit/Source/core/svg/SVGPointList.h
|
| index b5052e48d107ad3ef9fe4570a5ec2da12d236f5c..60fb60b1052264d33a955a2c091fec483b2f65c4 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPointList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPointList.h
|
| @@ -65,7 +65,7 @@ private:
|
| SVGPointList();
|
|
|
| template <typename CharType>
|
| - bool parse(const CharType*& ptr, const CharType* end);
|
| + SVGParsingError parse(const CharType*& ptr, const CharType* end);
|
| };
|
|
|
| DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGPointList);
|
|
|