Chromium Code Reviews| 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 74254e99fc37fe6ee914c76c4e3fcd85f979f6c0..e0e751e4ce301a03256b08bbf0cb29e0d2de9663 100644 |
| --- a/third_party/WebKit/Source/core/timing/Performance.h |
| +++ b/third_party/WebKit/Source/core/timing/Performance.h |
| @@ -79,7 +79,7 @@ class CORE_EXPORT Performance final : public PerformanceBase, |
| static std::pair<String, DOMWindow*> sanitizedAttribution( |
| ExecutionContext*, |
| bool hasMultipleContexts, |
| - Frame* observerFrame); |
| + LocalFrame* observerFrame); |
|
dcheng
2017/02/01 07:22:59
We can change this because if you read the long ta
|
| // PerformanceMonitor::Client implementation. |
| void reportLongTask(double startTime, |