Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell_mac.mm |
| =================================================================== |
| --- webkit/tools/test_shell/test_shell_mac.mm (revision 27750) |
| +++ webkit/tools/test_shell/test_shell_mac.mm (working copy) |
| @@ -514,7 +514,7 @@ |
| shell->m_focusedWidgetHost = NULL; |
| // Make sure the previous load is stopped. |
| - shell->webView()->StopLoading(); |
| + shell->webView()->mainFrame()->stopLoading(); |
| shell->navigation_controller()->Reset(); |
| // Clean up state between test runs. |