| Index: webkit/tools/test_shell/test_webview_delegate_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate_win.cc (revision 20187)
|
| +++ webkit/tools/test_shell/test_webview_delegate_win.cc (working copy)
|
| @@ -48,7 +48,7 @@
|
| const std::string& mime_type,
|
| const std::string& clsid,
|
| std::string* actual_mime_type) {
|
| - HWND hwnd = gfx::NativeViewFromId(GetContainingView(webview));
|
| + HWND hwnd = shell_->webViewHost()->view_handle();
|
| if (!hwnd)
|
| return NULL;
|
|
|
|
|