| 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 339aaf8e084f8718842eed91c71f32c29adfd400..390609cd1363f3996411af283cd59b0bddc3831b 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*);
|
|
|
| // DOMWindowProperty overrides.
|
| - void frameDestroyed() override;
|
| + void contextDestroyed() override;
|
|
|
| static std::pair<String, DOMWindow*> sanitizedAttribution(
|
| ExecutionContext*,
|
|
|