| 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 2fcc3d8133e39dac14488249158363b44f68b015..74254e99fc37fe6ee914c76c4e3fcd85f979f6c0 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.h
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.h
|
| @@ -74,7 +74,7 @@ class CORE_EXPORT Performance final : public PerformanceBase,
|
| explicit Performance(LocalFrame*);
|
|
|
| // ContextLifecycleObserver overrides.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| static std::pair<String, DOMWindow*> sanitizedAttribution(
|
| ExecutionContext*,
|
|
|