| Index: Source/core/timing/PerformanceEntry.idl
|
| diff --git a/Source/core/timing/PerformanceEntry.idl b/Source/core/timing/PerformanceEntry.idl
|
| index 8e382cd05074d98d570a065ebf1fb9c06eec3176..cc14128cc352644336887ae905ec76a788b5c8af 100644
|
| --- a/Source/core/timing/PerformanceEntry.idl
|
| +++ b/Source/core/timing/PerformanceEntry.idl
|
| @@ -30,7 +30,7 @@
|
|
|
| // See: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PerformanceTimeline/Overview.html
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface PerformanceEntry {
|
| readonly attribute DOMString name;
|
| readonly attribute DOMString entryType;
|
|
|