Bug 107220

Summary: FrameSelection should use shadowHost instead of shadowAncestorNode
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Shinya Kawanaka <shinyak>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, tkent, webcomponents-bugzilla, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91821    
Attachments:
Description Flags
Patch none

Description Shinya Kawanaka 2013-01-17 20:52:18 PST
shadowAncestorNode is deprecated, and we want to convert it to shadowHost().
Now FrameSelection uses 2 shadowAncestorNode(), which are easy to convert to shadowHost.
Comment 1 Shinya Kawanaka 2013-01-17 20:56:29 PST
Created attachment 183363 [details]
Patch
Comment 2 Kent Tamura 2013-01-21 19:55:58 PST
Comment on attachment 183363 [details]
Patch

looks ok
Comment 3 WebKit Review Bot 2013-01-21 21:05:58 PST
Comment on attachment 183363 [details]
Patch

Clearing flags on attachment: 183363

Committed r140381: <http://trac.webkit.org/changeset/140381>
Comment 4 WebKit Review Bot 2013-01-21 21:06:02 PST
All reviewed patches have been landed.  Closing bug.