[Webkit-unassigned] [Bug 22042] REGRESSION(r38066): ASSERTION FAILED: source in CodeBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 10:26:47 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22042





------- Comment #5 from cwzwarich at uwaterloo.ca  2008-11-03 10:26 PDT -------
The name changes are valid. The issue was that after the initializer

, source(source)

the PassRefPtr source was getting zeroed out, causing the assertion that source
is nonzero to fail, where source is scoped to the parameter rather than the
member variable. The assertion could also have been changed to
ASSERT(this->source), and I might go back and do that.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list