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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.h

Issue 2962113002: Updates to Server-Timing in accordance with with spec changes (Closed)
Patch Set: Created 3 years, 6 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/Performance.h
diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
index c540bd02dd5851785939001f4cce0b83e16fcc65..08db3a3b8de315d52c1f3709ab2f788db19a265b 100644
--- a/third_party/WebKit/Source/core/timing/Performance.h
+++ b/third_party/WebKit/Source/core/timing/Performance.h
@@ -42,6 +42,9 @@
namespace blink {
+using PerformanceServerTimingVector =
+ HeapVector<Member<PerformanceServerTiming>>;
Yoav Weiss 2017/06/29 06:57:33 Remove the definition from here and define it in a
+
class ScriptState;
class ScriptValue;

Powered by Google App Engine
This is Rietveld 408576698