diff options
Diffstat (limited to 'webkit/tools/test_shell/text_input_controller.cc')
-rw-r--r-- | webkit/tools/test_shell/text_input_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/text_input_controller.cc b/webkit/tools/test_shell/text_input_controller.cc index 8ab7576..529fb61 100644 --- a/webkit/tools/test_shell/text_input_controller.cc +++ b/webkit/tools/test_shell/text_input_controller.cc @@ -41,7 +41,7 @@ TextInputController::TextInputController(TestShell* shell) { // static WebFrame* TextInputController::GetMainFrame() { - return shell_->webView()->GetMainFrame(); + return shell_->webView()->mainFrame(); } void TextInputController::insertText( |