diff options
Diffstat (limited to 'dom/performance/PerformanceNavigation.cpp')
-rw-r--r-- | dom/performance/PerformanceNavigation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/performance/PerformanceNavigation.cpp b/dom/performance/PerformanceNavigation.cpp index 24b3af11f8..1b96de1cf4 100644 --- a/dom/performance/PerformanceNavigation.cpp +++ b/dom/performance/PerformanceNavigation.cpp @@ -35,7 +35,7 @@ PerformanceNavigation::WrapObject(JSContext *cx, uint16_t PerformanceNavigation::RedirectCount() const { - return GetPerformanceTiming()->GetRedirectCount(); + return GetPerformanceTiming()->Data()->GetRedirectCount(); } } // dom namespace |