| Index: third_party/WebKit/Source/core/svg/SVGPointList.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPointList.idl b/third_party/WebKit/Source/core/svg/SVGPointList.idl
|
| index e8f69dbfc868341b80bdb25bbe92700ce6bc628b..bed84f899014c9713192d3dbf175c31a5d1089a5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPointList.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPointList.idl
|
| @@ -33,7 +33,7 @@
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|
| [RaisesException] void clear();
|
| - // TODO(philipj): SVGPoint should be DOMPoint.
|
| + // TODO(foolip): SVGPoint should be DOMPoint.
|
| [RaisesException] SVGPoint initialize(SVGPoint newItem);
|
| [RaisesException] getter SVGPoint getItem(unsigned long index);
|
| [RaisesException] SVGPoint insertItemBefore(SVGPoint newItem, unsigned long index);
|
|
|