| Index: third_party/WebKit/Source/core/events/AnimationEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/AnimationEventInit.idl b/third_party/WebKit/Source/core/events/AnimationEventInit.idl
|
| index ae6c9b9c9759f6c933d89c9c630258c1d6fe559e..141b8b64386f4fc77b2a58213edced087b142476 100644
|
| --- a/third_party/WebKit/Source/core/events/AnimationEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/AnimationEventInit.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| dictionary AnimationEventInit : EventInit {
|
| DOMString animationName = "";
|
| - // TODO(philipj): elapsedTime should be float.
|
| + // TODO(foolip): elapsedTime should be float.
|
| double elapsedTime = 0.0;
|
| - // TODO(philipj): DOMString pseudoElement = "";
|
| + // TODO(foolip): DOMString pseudoElement = "";
|
| };
|
|
|