| 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 a608a0db7de41cb7c261ac2d79a741297f43c815..efe2444a1141c256195aed69bc84424db98c3a79 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://github.com/spanicker/longtasks
|
| +// https://github.com/wicg/longtasks
|
| [
|
| OriginTrialEnabled=LongTaskObserver,
|
| ] interface PerformanceLongTaskTiming : PerformanceEntry {
|
| - readonly attribute DOMString culpritFrameSrc;
|
| - readonly attribute DOMString culpritFrameId;
|
| - readonly attribute DOMString culpritFrameName;
|
| + readonly attribute sequence<TaskAttributionTiming> attribution;
|
| };
|
|
|