| Index: third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
|
| index 39c7ef58be64fd4fa56f8e5ab6c3dab0f334470c..9f7c9dc4b2bd591485e3b3812fea78866f35855a 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
|
| @@ -2,9 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://github.com/wicg/longtasks
|
| -[
|
| - OriginTrialEnabled=LongTaskObserver,
|
| -] interface PerformanceLongTaskTiming : PerformanceEntry {
|
| - readonly attribute FrozenArray<TaskAttributionTiming> attribution;
|
| +// https://wicg.github.io/longtasks/#sec-PerformanceLongTaskTiming
|
| +interface PerformanceLongTaskTiming : PerformanceEntry {
|
| + [SameObject, SaveSameObject] readonly attribute FrozenArray<TaskAttributionTiming> attribution;
|
| };
|
|
|