| Index: third_party/WebKit/Source/core/timing/WorkerPerformance.idl
|
| diff --git a/third_party/WebKit/Source/core/timing/WorkerPerformance.idl b/third_party/WebKit/Source/core/timing/WorkerPerformance.idl
|
| index 8508394bd8afdacfcc80e1ed758f94b9f968d0df..c36253860743c987724a057a971a2135620f8092 100644
|
| --- a/third_party/WebKit/Source/core/timing/WorkerPerformance.idl
|
| +++ b/third_party/WebKit/Source/core/timing/WorkerPerformance.idl
|
| @@ -30,8 +30,8 @@
|
|
|
| // https://w3c.github.io/hr-time/#the-performance-interface
|
|
|
| -// TODO(philipj): This interface should be merged into Performance.
|
| -// TODO(philipj): None of the optional DOMString arguments in this interface
|
| +// TODO(foolip): This interface should be merged into Performance.
|
| +// TODO(foolip): None of the optional DOMString arguments in this interface
|
| // should have a default value.
|
| [
|
| NoInterfaceObject
|
| @@ -40,7 +40,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.
|
| PerformanceEntryList getEntries();
|
| PerformanceEntryList getEntriesByType(DOMString entryType);
|
| PerformanceEntryList getEntriesByName(DOMString name, optional DOMString entryType = null);
|
| @@ -59,7 +59,7 @@
|
| [RaisesException] void measure(DOMString measureName, optional DOMString startMark = null, optional DOMString endMark = null);
|
| void clearMeasures(optional DOMString measureName = null);
|
|
|
| - // 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
|
| [RuntimeEnabled=MemoryInfoInWorkers] readonly attribute MemoryInfo memory;
|
| };
|
|
|