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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceRenderTiming.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/timing/PerformanceRenderTiming.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.idl b/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.idl
index eafd49045873489c44196783016e56e850ac6dd8..50d5894f0dac236db33f26a36d5e474ef1a001e1 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceRenderTiming.idl
@@ -33,7 +33,7 @@
[
RuntimeEnabled=FrameTimingSupport // Experimental flag
] interface PerformanceRenderTiming : PerformanceEntry {
- // TODO(philipj): This is named |sourceFrameNumber| in the spec.
+ // TODO(foolip): This is named |sourceFrameNumber| in the spec.
readonly attribute unsigned long sourceFrame;
- // TODO(philipj): serializer = {inherit, attribute};
+ // TODO(foolip): serializer = {inherit, attribute};
};

Powered by Google App Engine
This is Rietveld 408576698