[Webkit-unassigned] [Bug 38900] Refactoring HTMLLinkElement::tokenizeRelAttribute so its signature doesn't change so much

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 05:12:57 PDT 2010


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





--- Comment #4 from Steve Block <steveblock at google.com>  2010-05-12 05:12:57 PST ---
(From update of attachment 55832)

WebCore/html/HTMLLinkElement.h:51
 +      };
This can be private and since we don't need the numeric values anywhere, there's no need to set them.

WebCore/html/HTMLLinkElement.cpp:130
 +          setAttributeEventListener(eventNames().loadEvent, createAttributeEventListener(this, attr));
Did you mean to add this?

WebCore/ChangeLog:5
 +          Refactor signature of tokenizeRelAttribute and the variables it refers to so that new features don't keep changing the signature.
Mention that you're adding the enum too.

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