| Index: Source/core/timing/PerformanceNavigation.h
|
| diff --git a/Source/core/timing/PerformanceNavigation.h b/Source/core/timing/PerformanceNavigation.h
|
| index 2444b39f8298bc5263c71ebff362f6d7c74096d0..c635942e786a9f9a773bd7d02b550e309c883362 100644
|
| --- a/Source/core/timing/PerformanceNavigation.h
|
| +++ b/Source/core/timing/PerformanceNavigation.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
|
|
| class Frame;
|
|
|
| -class PerformanceNavigation : public RefCounted<PerformanceNavigation>, public ScriptWrappable, public DOMWindowProperty {
|
| +class PerformanceNavigation FINAL : public RefCounted<PerformanceNavigation>, public ScriptWrappable, public DOMWindowProperty {
|
| public:
|
| static PassRefPtr<PerformanceNavigation> create(Frame* frame) { return adoptRef(new PerformanceNavigation(frame)); }
|
|
|
|
|