| 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 882a008281bcf5d309b7c80a0247cbfeb22701ff..c62ec0a83003a450f7cba28c15f54cbb31b1463f 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| @@ -137,7 +137,7 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
|
|
|
| private:
|
| static PerformanceNavigationTiming::NavigationType getNavigationType(
|
| - NavigationType,
|
| + FrameLoadType,
|
| const Document*);
|
|
|
| static bool allowsTimingRedirect(const Vector<ResourceResponse>&,
|
|
|