[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
Thu Dec 21 04:47:46 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11898





------- Comment #5 from rwlbuis at gmail.com  2006-12-21 04:47 PDT -------
Hi Alexey,

Correct, however it should not end up in that function in the first place :)
After some research I have a fix. A patch is coming up later today.
Cheers,

Rob.
(In reply to comment #3)
> 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