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(); } |