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