diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_gtk.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc index 501aadd..86ce5d6 100644 --- a/webkit/tools/test_shell/test_shell_gtk.cc +++ b/webkit/tools/test_shell/test_shell_gtk.cc @@ -369,10 +369,6 @@ bool TestShell::Initialize(const std::wstring& startingURL) { m_webViewHost.reset( WebViewHost::Create(vbox, delegate_.get(), *TestShell::web_prefs_)); - // Enables output of "EDDITING DELEGATE: " debugging lines in the layout test - // output. - webView()->SetUseEditorDelegate(true); - gtk_container_add(GTK_CONTAINER(m_mainWnd), vbox); gtk_widget_show_all(GTK_WIDGET(m_mainWnd)); |