| Index: third_party/WebKit/Source/core/svg/SVGNumber.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumber.h b/third_party/WebKit/Source/core/svg/SVGNumber.h
|
| index e83b7152f0ec93607ecf538bbfc6b64df554170e..7addb92a184070e54b6672af2e0a5288119d203d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumber.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumber.h
|
| @@ -67,7 +67,7 @@ protected:
|
| explicit SVGNumber(float);
|
|
|
| template<typename CharType>
|
| - bool parse(const CharType*& ptr, const CharType* end);
|
| + SVGParsingError parse(const CharType*& ptr, const CharType* end);
|
|
|
| float m_value;
|
| };
|
|
|