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}; |
}; |