Bug 119942 - Remove unnecessary uses of Element::ownerDocument
Summary: Remove unnecessary uses of Element::ownerDocument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-17 06:36 PDT by Darin Adler
Modified: 2019-02-06 09:02 PST (History)
11 users (show)

See Also:


Attachments
Patch (10.20 KB, patch)
2013-08-17 06:40 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2013-08-17 06:36:43 PDT
Remove unnecessary uses of Element::ownerDocument
Comment 1 Darin Adler 2013-08-17 06:40:08 PDT
Created attachment 208991 [details]
Patch
Comment 2 Andreas Kling 2013-08-17 07:26:29 PDT
Comment on attachment 208991 [details]
Patch

r=me
Comment 3 Antti Koivisto 2013-08-17 07:28:40 PDT
Can we make ownerDocument() private in Element and Text? We may find more call sites that should be using document() instead.
Comment 4 WebKit Commit Bot 2013-08-17 07:36:20 PDT
Comment on attachment 208991 [details]
Patch

Clearing flags on attachment: 208991

Committed r154225: <http://trac.webkit.org/changeset/154225>
Comment 5 WebKit Commit Bot 2013-08-17 07:36:22 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Lucas Forschler 2019-02-06 09:02:58 PST
Mass moving XML DOM bugs to the "DOM" Component.