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

Unified Diff: third_party/WebKit/Source/core/events/AnimationEvent.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/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;
};
« no previous file with comments | « third_party/WebKit/Source/core/editing/Selection.idl ('k') | third_party/WebKit/Source/core/events/AnimationEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698