Bug 142771

Summary: Use a better parameter name for Document.getElementsByClassName
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-03-16 21:46:32 PDT
Use a better parameter name for Document.getElementsByClassName. The spec says "classNames" since it is a space separate list of class names. "tagnames" just sounds like a copy/paste error.
Comment 1 Joseph Pecoraro 2015-03-16 21:47:21 PDT
Created attachment 248805 [details]
[PATCH] Proposed Fix
Comment 2 Chris Dumez 2015-03-17 11:56:51 PDT
Comment on attachment 248805 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2015-03-17 12:40:30 PDT
Comment on attachment 248805 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 248805

Committed r181657: <http://trac.webkit.org/changeset/181657>
Comment 4 WebKit Commit Bot 2015-03-17 12:40:33 PDT
All reviewed patches have been landed.  Closing bug.