Closed
Bug 367357
Opened 19 years ago
Closed 19 years ago
path.pathSegList.pathSegTypeAsLetter triggers "ASSERTION: hmm? CanCallNow failed in XPCWrappedNative::CallMethod. We are finding out about this late!"
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: tor)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
382 bytes,
application/xhtml+xml
|
Details | |
1.09 KB,
patch
|
jwatt
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Loading this testcase triggers:
###!!! ASSERTION: hmm? CanCallNow failed in XPCWrappedNative::CallMethod. We are finding out about this late!: 'rv == NS_ERROR_XPC_SECURITY_MANAGER_VETO', file /Users/admin/trunk/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp, line 1777
I don't know whether this is an XPConnect bug or an SVG bug.
Comment 1•19 years ago
|
||
pathSegTypeAsLetter is not a valid member of SVGPathSegList (only of SVGPathSeg).
Assignee: general → tor
Status: NEW → ASSIGNED
Attachment #251934 -
Flags: superreview?(roc)
Attachment #251934 -
Flags: review?(jwatt)
![]() |
||
Updated•19 years ago
|
Attachment #251934 -
Flags: review?(jwatt) → review+
Attachment #251934 -
Flags: superreview?(roc) → superreview+
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•