| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.cc (revision 26935)
|
| +++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
|
| @@ -442,6 +442,11 @@
|
| }
|
| }
|
|
|
| +WebString TestWebViewDelegate::autoCorrectWord(const WebString& word) {
|
| + // Dummy implementation.
|
| + return word;
|
| +}
|
| +
|
| void TestWebViewDelegate::runModalAlertDialog(
|
| WebFrame* frame, const WebString& message) {
|
| if (!shell_->layout_test_mode()) {
|
|
|