| Index: Source/core/loader/NavigationScheduler.cpp
|
| diff --git a/Source/core/loader/NavigationScheduler.cpp b/Source/core/loader/NavigationScheduler.cpp
|
| index cd179c2d5622916dfcb48c9fe2ea893c05e30ef7..0b0afb0d1f32a8aed5e08bdc1d1ce0f809af4a89 100644
|
| --- a/Source/core/loader/NavigationScheduler.cpp
|
| +++ b/Source/core/loader/NavigationScheduler.cpp
|
| @@ -190,7 +190,7 @@ public:
|
| }
|
| // go(i!=0) from a frame navigates into the history of the frame only,
|
| // in both IE and NS (but not in Mozilla). We can't easily do that.
|
| - frame->page()->mainFrame()->loader().client()->navigateBackForward(m_historySteps);
|
| + frame->page()->deprecatedLocalMainFrame()->loader().client()->navigateBackForward(m_historySteps);
|
| }
|
|
|
| private:
|
|
|