[Webkit-unassigned] [Bug 76602] [chromium] worker-read-blob-async is flaky.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 02:48:02 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76602





--- Comment #1 from David Levin <levin at chromium.org>  2012-01-19 02:48:02 PST ---
More data, I think the line that it the exception is about is here:

http://code.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/LayoutTests/fast/files/workers/resources/worker-apply-blob-url-to-xhr.js&l=32


This line seems clearly incorrect (now) as it calls revokeObjectURL directly instead of doing webkitURL.revokeObjectURL. There are two questions that come from this:
1. Why doesn't this exception happen everytime?
2. Why does the assert fire when this exception gets hit?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list