[Webkit-unassigned] [Bug 28991] Drop <definition-src> support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 5 02:48:36 PDT 2009


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





--- Comment #3 from Cameron McCormack <cam at mcc.id.au>  2009-09-05 02:48:36 PDT ---
(In reply to comment #2)
> I was so excited by this change, and then it looks like you snuck in a
> functional change!
> 0     for (Node* child = firstChild(); child && !srcElement; child =
> child->nextSibling()) {
>  281         if (child->hasTagName(font_face_srcTag))
> 
> Before we would use the last source it seems, and now we use the first!  If
> you're gonna do that, we need a test.
> 
> The rest of the change looked fine.  Glad to see this go!

I think currently we use the first source too, since there's a "&& !srcElement"
clause in the if statement, no?

-- 
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