Bug 41703

Summary: Simplify access to element attribute map, removing unneeded functions
Product: WebKit Reporter: Darin Adler <darin>
Component: New BugsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ggaren: review+

Description Darin Adler 2010-07-06 09:52:17 PDT
Simplify access to element attribute map, removing unneeded functions
Comment 1 Darin Adler 2010-07-06 11:00:08 PDT
Created attachment 60641 [details]
Patch
Comment 2 Geoffrey Garen 2010-07-06 11:19:21 PDT
Comment on attachment 60641 [details]
Patch

WebCore/ChangeLog:10
 +          attributeMap ufnction instead of the mappedAttributes function.
Typo: Should be "function".

r=me
Comment 3 Darin Adler 2010-07-06 14:21:56 PDT
Committed r62596: <http://trac.webkit.org/changeset/62596>