Bug 129663

Summary: Remove Document::idAttributeName().
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, d-r, esprehn+autocc, fmalita, gyuyoung.kim, kangil.han, kling, pdr, schenney, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Description Andreas Kling 2014-03-04 00:53:07 PST
Remove Document::idAttributeName() since it's not actually used for anything and is costing us indirection.
Comment 1 Andreas Kling 2014-03-04 00:54:41 PST
Created attachment 225746 [details]
Patch
Comment 2 Ryosuke Niwa 2014-03-04 00:57:06 PST
Comment on attachment 225746 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=225746&action=review

> Source/WebCore/ChangeLog:13
> +        Reviewed by NOBODY (OOPS!).

This line should appear before the long description.
Comment 3 Andreas Kling 2014-03-04 02:22:57 PST
Committed r165045: <http://trac.webkit.org/changeset/165045>