| Index: third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl b/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
|
| index ca6ee4124a87f0d710f60bcd1f80717fecc449ce..85fa751e293d789543469476bc1a530a3f72549b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
|
| @@ -28,7 +28,7 @@
|
| [
|
| DependentLifetime,
|
| ] interface SVGZoomEvent : UIEvent {
|
| - // TODO(philipj): SVGRect/SVGPoint should be DOMRectReadOnly/DOMPointReadOnly.
|
| + // TODO(foolip): SVGRect/SVGPoint should be DOMRectReadOnly/DOMPointReadOnly.
|
| readonly attribute SVGRect zoomRectScreen;
|
| readonly attribute float previousScale;
|
| readonly attribute SVGPoint previousTranslate;
|
|
|