Bug 111800

Summary: Fix commented code in LayoutTests/http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
Product: WebKit Reporter: Aaron Colwell <acolwell>
Component: New BugsAssignee: Aaron Colwell <acolwell>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Aaron Colwell 2013-03-07 17:35:28 PST
Fix commented code in  LayoutTests/http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
Comment 1 Aaron Colwell 2013-03-07 17:37:55 PST
Created attachment 192118 [details]
Patch
Comment 2 Kentaro Hara 2013-03-07 17:38:50 PST
Comment on attachment 192118 [details]
Patch

It would be better to check if(testRunner) at the beginning of the test.
Comment 3 Aaron Colwell 2013-03-07 17:38:53 PST
Committed r145165: <http://trac.webkit.org/changeset/145165>