| Index: third_party/WebKit/Source/core/svg/SVGRect.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRect.h b/third_party/WebKit/Source/core/svg/SVGRect.h
|
| index bee8df8fe578b4c1d8deb1149a9d9b6017581162..49eed081e9c566a7899122d1e5f85251084fc8d4 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRect.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRect.h
|
| @@ -81,7 +81,7 @@ private:
|
| SVGRect(const FloatRect&);
|
|
|
| template<typename CharType>
|
| - bool parse(const CharType*& ptr, const CharType* end);
|
| + SVGParsingError parse(const CharType*& ptr, const CharType* end);
|
|
|
| bool m_isValid;
|
| FloatRect m_value;
|
|
|