| 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 ef4dcfdfe2d2ad2954593c14e9fba100ca3f8ab1..15ae69b94f917ca8ae710b40842374fd27c0eca7 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.cpp
|
| @@ -155,7 +155,7 @@ void Performance::UpdateLongTaskInstrumentation() {
|
| return;
|
|
|
| if (HasObserverFor(PerformanceEntry::kLongTask)) {
|
| - UseCounter::Count(GetFrame()->LocalFrameRoot(),
|
| + UseCounter::Count(&GetFrame()->LocalFrameRoot(),
|
| UseCounter::kLongTaskObserver);
|
| GetFrame()->GetPerformanceMonitor()->Subscribe(
|
| PerformanceMonitor::kLongTask, kLongTaskThreshold, this);
|
|
|