| Index: LayoutTests/fast/forms/color/input-color-chooser-shown.html | 
| diff --git a/LayoutTests/fast/forms/color/input-color-chooser-shown.html b/LayoutTests/fast/forms/color/input-color-chooser-shown.html | 
| index 175781542409ed533074750f4f5c34eccc23c9d0..fbc35d41a20939d87e2fb6bd1f7a838920f459fa 100644 | 
| --- a/LayoutTests/fast/forms/color/input-color-chooser-shown.html | 
| +++ b/LayoutTests/fast/forms/color/input-color-chooser-shown.html | 
| @@ -22,6 +22,8 @@ if (window.eventSender) { | 
| nwait--; | 
| if (0 < nwait) | 
| return window.setTimeout(testClosed, 0); | 
| +        // Let an Oilpan GC finalize the popup controller and bring about closure of color chooser. | 
| +        gc(); | 
| shouldBeFalse("testRunner.isChooserShown()"); | 
| finishJSTest(); | 
| } | 
|  |