| Index: third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.h b/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| index bfed98d4369da46c088587f947a4aad9608a32df..144db38eb1adf6c78378e8cf1f2cb3940051ec08 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformList.h
|
| @@ -73,7 +73,7 @@ private:
|
| SVGTransformList();
|
|
|
| template <typename CharType>
|
| - bool parseInternal(const CharType*& ptr, const CharType* end);
|
| + SVGParsingError parseInternal(const CharType*& ptr, const CharType* end);
|
| };
|
|
|
| DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGTransformList);
|
|
|