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

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

Powered by Google App Engine
This is Rietveld 408576698