Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: third_party/WebKit/Source/core/svg/SVGTransformList.h

Issue 1659513002: Error reporting for SVG transform lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: type -> transformType Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698