| Index: third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.h b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| index 3abb644dda4189d496bf00ce65e6020d9086a512..06e7a923ccc65bb9dc3a3f30e829acbfd08cc6d0 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| @@ -34,6 +34,7 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "core/dom/DOMHighResTimeStamp.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -68,8 +69,8 @@ class CORE_EXPORT PerformanceEntry
|
|
|
| String name() const;
|
| String entryType() const;
|
| - double startTime() const;
|
| - double duration() const;
|
| + DOMHighResTimeStamp startTime() const;
|
| + DOMHighResTimeStamp duration() const;
|
|
|
| ScriptValue toJSONForBinding(ScriptState*) const;
|
|
|
|
|