| 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 e0e751e4ce301a03256b08bbf0cb29e0d2de9663..80c54a2258ee98b9ffd9a2981c2490bc3d2b38d3 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.h
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.h
|
| @@ -76,6 +76,8 @@ class CORE_EXPORT Performance final : public PerformanceBase,
|
| // ContextLifecycleObserver overrides.
|
| void contextDestroyed(ExecutionContext*) override;
|
|
|
| + PerformanceNavigationTiming* createNavigationTimingInstance() override;
|
| +
|
| static std::pair<String, DOMWindow*> sanitizedAttribution(
|
| ExecutionContext*,
|
| bool hasMultipleContexts,
|
|
|