Bug 129663 - Remove Document::idAttributeName().
Summary: Remove Document::idAttributeName().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 00:53 PST by Andreas Kling
Modified: 2014-03-04 02:22 PST (History)
11 users (show)

See Also:


Attachments
Patch (10.21 KB, patch)
2014-03-04 00:54 PST, Andreas Kling
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>