Bug 116773 - Remove Document::getFocusableNodes().
Summary: Remove Document::getFocusableNodes().
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: 2013-05-25 17:17 PDT by Andreas Kling
Modified: 2013-05-25 19:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.64 KB, patch)
2013-05-25 17:21 PDT, Andreas Kling
joepeck: 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 2013-05-25 17:17:08 PDT
Remove Document::getFocusableNodes().
Comment 1 Andreas Kling 2013-05-25 17:21:02 PDT
Created attachment 202898 [details]
Patch
Comment 2 Joseph Pecoraro 2013-05-25 17:50:07 PDT
Comment on attachment 202898 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        This was added in r42191 and I there are no remaining clients of the API.

Typo: "and I there"
Comment 3 Andreas Kling 2013-05-25 19:27:26 PDT
Committed r150699: <http://trac.webkit.org/changeset/150699>