| Index: third_party/WebKit/Source/core/timing/Performance.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/Performance.cpp b/third_party/WebKit/Source/core/timing/Performance.cpp
|
| index a60c520b94f94b3757d865b804b8e0504dd77656..7cee4f7c8e78b6124a3b911ab8f0fa4e915fb0a3 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.cpp
|
| @@ -43,8 +43,8 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/origin_trials/OriginTrials.h"
|
| #include "core/timing/PerformanceTiming.h"
|
| -#include "platform/loader/fetch/ResourceTimingInfo.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "platform/loader/fetch/ResourceTimingInfo.h"
|
|
|
| static const double kLongTaskThreshold = 0.05;
|
|
|
| @@ -108,8 +108,7 @@ Performance::Performance(LocalFrame* frame)
|
| TaskRunnerHelper::Get(TaskType::kPerformanceTimeline, frame)),
|
| DOMWindowClient(frame) {}
|
|
|
| -Performance::~Performance() {
|
| -}
|
| +Performance::~Performance() {}
|
|
|
| ExecutionContext* Performance::GetExecutionContext() const {
|
| if (!GetFrame())
|
|
|