[chromium] fix 2 bugs with inspector tests in DRT
Created attachment 75557 [details] Patch
Comment on attachment 75557 [details] Patch LGTM
Created attachment 75580 [details] Patch
Sorry, I was removing elements from the tasklist while iterating over it. Switched to using "while (!m_tasks.isEmpty())".
Committed r73373: <http://trac.webkit.org/changeset/73373>