| Index: chrome_frame/urlmon_bind_status_callback.cc
|
| diff --git a/chrome_frame/urlmon_bind_status_callback.cc b/chrome_frame/urlmon_bind_status_callback.cc
|
| index 056ea5ec21057f919bc6c5dc7455028bc4bd8989..6001538a1b75c87b7549dfc9d591e5b3b4acde2a 100644
|
| --- a/chrome_frame/urlmon_bind_status_callback.cc
|
| +++ b/chrome_frame/urlmon_bind_status_callback.cc
|
| @@ -183,7 +183,8 @@ void SniffData::DetermineRendererType(bool last_chance) {
|
| std::wstring html_contents;
|
| // TODO(joshia): detect and handle different content encodings
|
| if (buffer && size_) {
|
| - UTF8ToWide(buffer, std::min(size_, kMaxSniffSize), &html_contents);
|
| + base::UTF8ToWide(buffer, std::min(size_, kMaxSniffSize),
|
| + &html_contents);
|
| GlobalUnlock(memory);
|
| }
|
|
|
|
|