Bug 119942

Summary: Remove unnecessary uses of Element::ownerDocument
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, d-r, eric.carlson, esprehn+autocc, fmalita, glenn, jer.noble, koivisto, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.