Closed
Bug 1068326
Opened 11 years ago
Closed 11 years ago
Bogus threading assertion in blob code
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: khuey, Assigned: khuey)
References
Details
(Keywords: assertion, regression)
Attachments
(1 file, 1 obsolete file)
|
835 bytes,
patch
|
Details | Diff | Splinter Review |
This is just wrong. The fact that we don't have any failing tests is a bit disconcerting ...
Attachment #8490364 -
Flags: review?(bent.mozilla)
| Assignee | ||
Updated•11 years ago
|
Keywords: assertion,
regression
Version: 32 Branch → Trunk
Comment 1•11 years ago
|
||
(While you're at it, maybe add a MOZ_OVERRIDE annotation to the BlockAndGetInternalStream() signature here? This is an implementation of a method that's declared in a superclass (IPrivateRemoteInputStream), so it should have the annotation.)
Comment on attachment 8490364 [details] [diff] [review]
Patch
Review of attachment 8490364 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8490364 -
Flags: review?(bent.mozilla) → review+
Bug 994190 was backed out so this is technically WFM.
However, I'm going to land this on jamun, and then it will land again once bug 994190 is fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•