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

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

Issue 1412713004: Hoist some pre-condition checks out of SVGAngle/SVGEnumeration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGAngle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGAngle.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAngle.h b/third_party/WebKit/Source/core/svg/SVGAngle.h
index b1e1637e752039937994d8e573644ea08e295dae..be1bbaddbf329165928bf6bc3a61959b5d8f0d33 100644
--- a/third_party/WebKit/Source/core/svg/SVGAngle.h
+++ b/third_party/WebKit/Source/core/svg/SVGAngle.h
@@ -92,7 +92,7 @@ public:
float valueInSpecifiedUnits() const { return m_valueInSpecifiedUnits; }
void newValueSpecifiedUnits(SVGAngleType unitType, float valueInSpecifiedUnits);
- void convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState&);
+ void convertToSpecifiedUnits(SVGAngleType unitType);
SVGEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); }
const SVGEnumeration<SVGMarkerOrientType>* orientType() const { return m_orientType.get(); }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGAngle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698