[Webkit-unassigned] [Bug 13563] REGRESSION: Crash loading message in Yahoo! Mail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 16 22:13:49 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13563
------- Comment #18 from ddkilzer at webkit.org 2007-05-16 22:13 PDT -------
Taking a slightly different approach, let's look at where a method named
"deleteRule()" is implemented:
void CSSMediaRule::deleteRule(unsigned index, ExceptionCode& ec)
void CSSRuleList::deleteRule(unsigned index)
void CSSStyleSheet::deleteRule(unsigned index, ExceptionCode& ec)
If we look at CSSMediaRule::deleteRule(), we see it calls
CSSRuleList::deleteRule(). However, CSSStyleSheet::deleteRule() seems to be an
island unto itself.
I'm not sure how these are all supposed to be connected, but I think this is
the source of this issue.
Still investigating (until someone else confirms this).
--
Configure bugmail: http://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