Bug 107220 - FrameSelection should use shadowHost instead of shadowAncestorNode
Summary: FrameSelection should use shadowHost instead of shadowAncestorNode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on:
Blocks: 91821
  Show dependency treegraph
 
Reported: 2013-01-17 20:52 PST by Shinya Kawanaka
Modified: 2013-01-21 21:06 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.95 KB, patch)
2013-01-17 20:56 PST, Shinya Kawanaka
no flags Details | Formatted Diff | Diff

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