[Webkit-unassigned] [Bug 86142] webkit fails IETC namespaces/syntax-021.xml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 09:51:20 PDT 2012


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





--- Comment #9 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2012-10-02 09:51:42 PST ---
(From update of attachment 155742)
View in context: https://bugs.webkit.org/attachment.cgi?id=155742&action=review

> Source/WebCore/css/CSSGrammar.y:1127
> +        if (p->isDeclaredNamespacePrefix($3)) {
> +            $$ = p->createFloatingSelector();
> +            $$->setAttribute(p->determineNameInNamespace($3, $4));

Kind of sad that we could end up calling determineNameSpace twice here (once in isDeclaredNamespacePrefix).

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



More information about the webkit-unassigned mailing list