| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
|
| index 0b9d70ff5659a98d1012c2383a13bff029a01798..f9f18675450a6a7c7cd6f6f8a9de6a7d39d41d2e 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -835,9 +835,7 @@ void TestWebViewDelegate::didClearWindowObject(WebFrame* frame) {
|
|
|
| void TestWebViewDelegate::didReceiveTitle(
|
| WebFrame* frame, const WebString& title, WebTextDirection direction) {
|
| - std::wstring wtitle = UTF16ToWideHack(title);
|
| -
|
| - SetPageTitle(wtitle);
|
| + SetPageTitle(title);
|
| }
|
|
|
| void TestWebViewDelegate::didFinishDocumentLoad(WebFrame* frame) {
|
|
|