summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--webkit/tools/test_shell/gtk/test_webview_delegate.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 48bbcc1..a65d520 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -18,3 +18,4 @@ Yarin Kaul <yarin.kaul@gmail.com>
Gaetano Mendola <mendola@gmail.com>
Comodo CA Limited
Torchmobile Inc.
+Craig Schlenter <craig.schlenter@gmail.com>
diff --git a/webkit/tools/test_shell/gtk/test_webview_delegate.cc b/webkit/tools/test_shell/gtk/test_webview_delegate.cc
index c439e1f..e5e49ec 100644
--- a/webkit/tools/test_shell/gtk/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/gtk/test_webview_delegate.cc
@@ -243,7 +243,7 @@ void TestWebViewDelegate::DidReceiveTitle(WebView* webview,
if (shell_->ShouldDumpTitleChanges()) {
printf("TITLE CHANGED: %S\n", title.c_str());
}
- NOTIMPLEMENTED();
+ gtk_window_set_title(GTK_WINDOW(shell_->mainWnd()), WideToUTF8(title).c_str());
}
void TestWebViewDelegate::DidFinishLoadForFrame(WebView* webview,