| Index: webkit/tools/test_shell/test_shell_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_win.cc (revision 27750)
|
| +++ webkit/tools/test_shell/test_shell_win.cc (working copy)
|
| @@ -238,7 +238,7 @@
|
| shell->m_focusedWidgetHost = NULL;
|
|
|
| // Make sure the previous load is stopped.
|
| - shell->webView()->StopLoading();
|
| + shell->webView()->mainFrame()->stopLoading();
|
| shell->navigation_controller()->Reset();
|
|
|
| // StopLoading may update state maintained in the test controller (for
|
| @@ -547,7 +547,7 @@
|
| if (wmId == IDC_NAV_RELOAD) {
|
| shell->Reload();
|
| } else {
|
| - shell->webView()->StopLoading();
|
| + shell->webView()->mainFrame()->stopLoading();
|
| }
|
| }
|
| break;
|
|
|