| Index: third_party/WebKit/Source/core/svg/SVGPoint.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPoint.h b/third_party/WebKit/Source/core/svg/SVGPoint.h
|
| index ec513b7cdff5f6936f8f7d7a7d635c41d8b2ded4..dcfea876b089eebcd3d83f7955f4a27548c0a30e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPoint.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPoint.h
|
| @@ -80,7 +80,7 @@ private:
|
| explicit SVGPoint(const FloatPoint&);
|
|
|
| template<typename CharType>
|
| - bool parse(const CharType*& ptr, const CharType* end);
|
| + SVGParsingError parse(const CharType*& ptr, const CharType* end);
|
|
|
| FloatPoint m_value;
|
| };
|
|
|