| Index: third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| index dc1f0aa1774024a4feb8dc2d1fb5ac3542ec7b25..bf0c5848ce1bd18520d140d4a05638f37679d4f6 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| @@ -137,10 +137,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
|
| const SecurityOrigin&,
|
| ExecutionContext*);
|
|
|
| - static PerformanceNavigationTiming::NavigationType getNavigationType(
|
| - NavigationType,
|
| - const Document*);
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|