| Index: third_party/WebKit/Source/core/events/TransitionEvent.idl
 | 
| diff --git a/third_party/WebKit/Source/core/events/TransitionEvent.idl b/third_party/WebKit/Source/core/events/TransitionEvent.idl
 | 
| index 2cf948001c2560a37dac6803dd567c236ccccce1..e1cebacf4cace4344ff87b78b26101b789fdd773 100644
 | 
| --- a/third_party/WebKit/Source/core/events/TransitionEvent.idl
 | 
| +++ b/third_party/WebKit/Source/core/events/TransitionEvent.idl
 | 
| @@ -30,7 +30,7 @@
 | 
|      Constructor(DOMString type, optional TransitionEventInit eventInitDict),
 | 
|  ] interface TransitionEvent : Event {
 | 
|      readonly attribute DOMString propertyName;
 | 
| -    // TODO(philipj): elapsedTime should be float.
 | 
| +    // TODO(foolip): elapsedTime should be float.
 | 
|      readonly attribute double elapsedTime;
 | 
|      readonly attribute DOMString pseudoElement;
 | 
|  };
 | 
| 
 |