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

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

Issue 1544673003: Refactor propagation of parsing errors for SVG attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/SVGStaticStringList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
index 7eccaabcc6e9d69749a9ce70704eceae0f0993c6..d71ad55aabc5499d0e745a3d0a016347373acce2 100644
--- a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
+++ b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
@@ -59,7 +59,7 @@ public:
void animationEnded() override;
bool needsSynchronizeAttribute() override;
- void setBaseValueAsString(const String& value, SVGParsingError& parseError);
+ SVGParsingError setBaseValueAsString(const String&);
SVGStringList* value() { return m_value.get(); }
SVGStringListTearOff* tearOff();

Powered by Google App Engine
This is Rietveld 408576698