Chromium Code Reviews| Index: Source/core/svg/SVGAngle.idl |
| diff --git a/Source/core/svg/SVGAngle.idl b/Source/core/svg/SVGAngle.idl |
| index 4c02f716d2b4a0236ac34adbda491e4dc4524d76..12320a3a07df9fd5275d9bdf4629c5f8c11a22d9 100644 |
| --- a/Source/core/svg/SVGAngle.idl |
| +++ b/Source/core/svg/SVGAngle.idl |
| @@ -22,7 +22,6 @@ |
| // http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAngle |
| -// TODO(philipj): SVGAngle should have constructors. crbug.com/366541 |
|
philipj_slow
2015/07/20 11:47:02
Please restore this TODO, it wasn't fixed.
Paritosh Kumar
2015/07/20 12:15:02
Restored. Actually, I removed this after seeing ht
philipj_slow
2015/07/20 13:04:53
I see. You can remove them again if you mention it
|
| [ |
| ImplementedAs=SVGAngleTearOff, |
| SetWrapperReferenceTo(SVGElement contextElement), |
| @@ -39,8 +38,7 @@ |
| readonly attribute unsigned short unitType; |
| [RaisesException=Setter] attribute float value; |
| [RaisesException=Setter] attribute float valueInSpecifiedUnits; |
| - // TODO(philipj): valueAsString should not have [TreatNullAs=NullString]. |
| - [TreatNullAs=NullString, RaisesException=Setter] attribute DOMString valueAsString; |
| + [RaisesException=Setter] attribute DOMString valueAsString; |
| [RaisesException] void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits); |
| [RaisesException] void convertToSpecifiedUnits(unsigned short unitType); |