Closed
Bug 1222280
Opened 9 years ago
Closed 9 years ago
"MOZ_CRASH(Accessing the Subject Principal without an AutoJSAPI on the stack is forbidden)" -- nsContentUtils::IsImageSrcSetDisabled
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, testcase)
Attachments
(2 files)
With:
user_pref("dom.disable_image_src_set", true);
Hit MOZ_CRASH(Accessing the Subject Principal without an AutoJSAPI on the stack is forbidden) at dom/base/nsContentUtils.cpp:2717
This MOZ_CRASH was added in bug 1072150.
Bug 773429 suggests removing the pref and associated code.
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
This pref has been removed, so I'm going to mark this WFM.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•