| Index: webkit/tools/test_shell/test_shell_gtk.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_gtk.cc (revision 27750)
|
| +++ webkit/tools/test_shell/test_shell_gtk.cc (working copy)
|
| @@ -88,7 +88,7 @@
|
|
|
| // Callback for when you click the stop button.
|
| void StopButtonClicked(GtkButton* button, TestShell* shell) {
|
| - shell->webView()->StopLoading();
|
| + shell->webView()->mainFrame()->stopLoading();
|
| }
|
|
|
| // Callback for when you click the reload button.
|
| @@ -534,7 +534,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.
|
|
|