| 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 1ee75796e80115564a4997ad7432002479fceccd..ea5579d589e896fe18300674efdb97df2e7d666e 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.h
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.h
|
| @@ -71,6 +71,9 @@ class CORE_EXPORT Performance final : public PerformanceBase,
|
| private:
|
| explicit Performance(LocalFrame*);
|
|
|
| + // DOMWindowProperty overrides.
|
| + void frameDestroyed() override;
|
| +
|
| mutable Member<PerformanceNavigation> m_navigation;
|
| mutable Member<PerformanceTiming> m_timing;
|
| };
|
|
|