Closed
Bug 601392
Opened 15 years ago
Closed 15 years ago
"ABORT: DOM wrapper's list length is out of sync" [@ DOMSVGLengthList::Length]
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ABORT: DOM wrapper's list length is out of sync: 'mItems.Length() == 0 || mItems.Length() == const_cast<DOMSVGLengthList*>(this)->InternalList().Length()', file content/svg/content/src/DOMSVGLengthList.h, line 109
| Reporter | ||
Comment 1•15 years ago
|
||
| Reporter | ||
Comment 2•15 years ago
|
||
WFM. Fixed by the patch in bug 620034, perhaps?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 3•15 years ago
|
||
Correct. The adoptNode() call invokes UnsetAttr() which calls SVGAnimatedLengthList::ClearBaseValue which, prior to the fix for bug 620034, was erroneously clearing the animval instead of the baseval.
Resolution: WORKSFORME → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•