| Index: third_party/WebKit/Source/core/events/AnimationEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/AnimationEvent.idl b/third_party/WebKit/Source/core/events/AnimationEvent.idl
|
| index 8b0b7945a5b353c7c0dbbb84410f3decd3a9feb2..174c55f1643d6323977f714479d07c5633118021 100644
|
| --- a/third_party/WebKit/Source/core/events/AnimationEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/AnimationEvent.idl
|
| @@ -29,7 +29,7 @@
|
| Constructor(DOMString type, optional AnimationEventInit eventInitDict),
|
| ] interface AnimationEvent : Event {
|
| readonly attribute DOMString animationName;
|
| - // TODO(philipj): elapsedTime should be float.
|
| + // TODO(foolip): elapsedTime should be float.
|
| readonly attribute double elapsedTime;
|
| - // TODO(philipj): readonly attribute DOMString pseudoElement;
|
| + // TODO(foolip): readonly attribute DOMString pseudoElement;
|
| };
|
|
|