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

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

Issue 1620203002: Extended error reporting for SVGNumber/Point/Rect and related types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Blind is blind. 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/SVGPointList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPointList.h b/third_party/WebKit/Source/core/svg/SVGPointList.h
index b5052e48d107ad3ef9fe4570a5ec2da12d236f5c..60fb60b1052264d33a955a2c091fec483b2f65c4 100644
--- a/third_party/WebKit/Source/core/svg/SVGPointList.h
+++ b/third_party/WebKit/Source/core/svg/SVGPointList.h
@@ -65,7 +65,7 @@ private:
SVGPointList();
template <typename CharType>
- bool parse(const CharType*& ptr, const CharType* end);
+ SVGParsingError parse(const CharType*& ptr, const CharType* end);
};
DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGPointList);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPoint.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPointList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698