| Index: chrome/browser/ui/views/hung_renderer_view.cc
|
| diff --git a/chrome/browser/ui/views/hung_renderer_view.cc b/chrome/browser/ui/views/hung_renderer_view.cc
|
| index 3482380f744fb8d09feb57923b25d4c0945589ec..b50debfacff3d8306d4c4cc22a20eb211952bbaa 100644
|
| --- a/chrome/browser/ui/views/hung_renderer_view.cc
|
| +++ b/chrome/browser/ui/views/hung_renderer_view.cc
|
| @@ -97,7 +97,7 @@ std::wstring HungPagesTableModel::GetText(int row, int column_id) {
|
| // TODO(xji): Consider adding a special case if the title text is a URL,
|
| // since those should always have LTR directionality. Please refer to
|
| // http://crbug.com/6726 for more information.
|
| - base::i18n::AdjustStringForLocaleDirection(title, &title);
|
| + base::i18n::AdjustStringForLocaleDirection(&title);
|
| return title;
|
| }
|
|
|
|
|