Chromium Code Reviews| Index: webkit/tools/test_shell/test_webview_delegate_win.cc |
| =================================================================== |
| --- webkit/tools/test_shell/test_webview_delegate_win.cc (revision 7499) |
| +++ webkit/tools/test_shell/test_webview_delegate_win.cc (working copy) |
| @@ -47,7 +47,7 @@ |
| const std::string& mime_type, |
| const std::string& clsid, |
| std::string* actual_mime_type) { |
| - HWND hwnd = GetContainingWindow(webview); |
| + HWND hwnd = GetContainingView(webview); |
| if (!hwnd) |
| return NULL; |