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; |