[Webkit-unassigned] [Bug 11898] CSSMediaRule functions insertRule and deleteRule assert when called from js in debug builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 20 21:27:09 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11898
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|New Bugs |WebCore JavaScript
CC| |rwlbuis at gmail.com
------- Comment #3 from ap at webkit.org 2006-12-20 21:27 PDT -------
I don't see the relation to bug 11891 (yet?).
This assertion failure is here:
JSValue* DOMCSSRule::getValueProperty(ExecState* exec, int token) const
{
CSSRule &cssRule = *m_impl;
switch (token) {
<...>
default:
assert(0);
--
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