| Index: third_party/WebKit/Source/core/timing/Performance.idl
 | 
| diff --git a/third_party/WebKit/Source/core/timing/Performance.idl b/third_party/WebKit/Source/core/timing/Performance.idl
 | 
| index b7341ad3febac7b753fd4f3af14a281e3b1cf68e..5950cfb60eecbe74c9cc292ddc903004d029dbc7 100644
 | 
| --- a/third_party/WebKit/Source/core/timing/Performance.idl
 | 
| +++ b/third_party/WebKit/Source/core/timing/Performance.idl
 | 
| @@ -31,9 +31,9 @@
 | 
|  
 | 
|  // https://w3c.github.io/hr-time/#the-performance-interface
 | 
|  
 | 
| -// TODO(philipj): This interface should be [Exposed=(Window,Worker)]. Doing that
 | 
| +// TODO(foolip): This interface should be [Exposed=(Window,Worker)]. Doing that
 | 
|  // would allow the WorkerPerformance interface to be merged into this.
 | 
| -// TODO(philipj): None of the optional DOMString arguments in this interface
 | 
| +// TODO(foolip): None of the optional DOMString arguments in this interface
 | 
|  // should have a default value.
 | 
|  [
 | 
|  ] interface Performance : EventTarget {
 | 
| @@ -41,7 +41,7 @@
 | 
|  
 | 
|      // Performance Timeline
 | 
|      // https://w3c.github.io/performance-timeline/#the-performance-interface
 | 
| -    // TODO(philipj): getEntries() should take an optional FilterOptions argument.
 | 
| +    // TODO(foolip): getEntries() should take an optional FilterOptions argument.
 | 
|      [MeasureAs=UnprefixedPerformanceTimeline] PerformanceEntryList getEntries();
 | 
|      [MeasureAs=UnprefixedPerformanceTimeline] PerformanceEntryList getEntriesByType(DOMString entryType);
 | 
|      [MeasureAs=UnprefixedPerformanceTimeline] PerformanceEntryList getEntriesByName(DOMString name, optional DOMString entryType = null);
 | 
| @@ -76,7 +76,7 @@
 | 
|      [RuntimeEnabled=FrameTimingSupport, MeasureAs=PerformanceFrameTiming] void setFrameTimingBufferSize(unsigned long maxSize);
 | 
|      [RuntimeEnabled=FrameTimingSupport] attribute EventHandler onframetimingbufferfull;
 | 
|  
 | 
| -    // TODO(philipj): There is no spec for the Memory Info API, see blink-dev:
 | 
| +    // TODO(foolip): There is no spec for the Memory Info API, see blink-dev:
 | 
|      // https://groups.google.com/a/chromium.org/d/msg/blink-dev/g5YRCGpC9vs/b4OJz71NmPwJ
 | 
|      [Measure] readonly attribute MemoryInfo memory;
 | 
|  };
 | 
| 
 |