Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: third_party/WebKit/Source/core/events/AnimationEventInit.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = "";
};

Powered by Google App Engine
This is Rietveld 408576698