Closed
Bug 887029
Opened 11 years ago
Closed 11 years ago
DeviceStorage: addNamed() crashes when invoked from an inline activity
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
Tracking | Status | |
---|---|---|
b2g18 | --- | wontfix |
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
(Keywords: crash, Whiteboard: [b2g-crash])
Attachments
(1 file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #868625 +++
This is the trunk port.
Attachment #767465 -
Flags: review?(khuey)
Comment on attachment 767465 [details] [diff] [review]
Patch, v1
Review of attachment 767465 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/ipc/Blob.cpp
@@ +121,5 @@
> + MOZ_ASSERT(mSourceBlob);
> +
> + if (!NS_IsMainThread()) {
> + mStream = nullptr;
> + ProxyReleaseToMainThread(mSourceBlob);
Just use NS_ProxyRelease.
Attachment #767465 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•