Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h |
index 0bd39e08fe14bf393b89c0a4c56b2fab7e25e1dd..ab4b61b98921c546f8d3eec0c476c4af178927b3 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h |
+++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h |
@@ -92,7 +92,7 @@ private: |
void setDefault(); |
template<typename CharType> |
- bool parseInternal(const CharType*& ptr, const CharType* end, bool validate); |
+ SVGParsingError parseInternal(const CharType*& ptr, const CharType* end, bool validate); |
SVGPreserveAspectRatioType m_align; |
SVGMeetOrSliceType m_meetOrSlice; |