Bug 50492

Summary: [chromium] fix 2 bugs with inspector tests in DRT
Product: WebKit Reporter: Tony Chang <tony>
Component: New BugsAssignee: Tony Chang <tony>
Status: RESOLVED FIXED    
Severity: Normal CC: pfeldman, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch tkent: review+

Description Tony Chang 2010-12-03 15:12:57 PST
[chromium] fix 2 bugs with inspector tests in DRT
Comment 1 Tony Chang 2010-12-03 15:25:41 PST
Created attachment 75557 [details]
Patch
Comment 2 Kent Tamura 2010-12-03 15:52:48 PST
Comment on attachment 75557 [details]
Patch

LGTM
Comment 3 Tony Chang 2010-12-03 16:44:32 PST
Created attachment 75580 [details]
Patch
Comment 4 Tony Chang 2010-12-03 16:45:32 PST
Sorry, I was removing elements from the tasklist while iterating over it.  Switched to using "while (!m_tasks.isEmpty())".
Comment 5 Tony Chang 2010-12-06 09:35:19 PST
Committed r73373: <http://trac.webkit.org/changeset/73373>