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

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

Issue 2962113002: Updates to Server-Timing in accordance with with spec changes (Closed)
Patch Set: fix web-platform-tests Created 3 years, 5 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/PerformanceServerTiming.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceServerTiming.idl b/third_party/WebKit/Source/core/timing/PerformanceServerTiming.idl
index 608aa1568aec2bad7135b6ed307d0fa7c2ea740e..fd4069e848e5d5953344328476c1badf25e8876f 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceServerTiming.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceServerTiming.idl
@@ -6,7 +6,8 @@
[
RuntimeEnabled=ServerTiming
-] interface PerformanceServerTiming : PerformanceEntry {
+] interface PerformanceServerTiming {
readonly attribute DOMString metric;
+ readonly attribute double value;
readonly attribute DOMString description;
};

Powered by Google App Engine
This is Rietveld 408576698