Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl

Issue 2685183002: Flip flag for Long Tasks to stable (Closed)
Patch Set: undo change to webview test (likely not needed) Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/timing/Performance.cpp ('k') | third_party/WebKit/Source/core/timing/TaskAttributionTiming.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698