Chromium Code Reviews| Index: Source/WebCore/Resources/pagepopups/pickerCommon.js |
| =================================================================== |
| --- Source/WebCore/Resources/pagepopups/pickerCommon.js (revision 137100) |
| +++ Source/WebCore/Resources/pagepopups/pickerCommon.js (working copy) |
| @@ -164,7 +164,7 @@ |
| } |
| function hideWindow() { |
| - setWindowRect(new Rect(0, 0, 1, 1)); |
| + resizeWindow(1, 1); |
| } |
| window.addEventListener("resize", function() { |