Bug 99544 - Remove shadowAncestorNode from VisibleSelection
Summary: Remove shadowAncestorNode from VisibleSelection
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: 2012-10-16 22:47 PDT by Shinya Kawanaka
Modified: 2012-10-17 00:43 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.86 KB, patch)
2012-10-16 23:00 PDT, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch (3.90 KB, patch)
2012-10-17 00:14 PDT, 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 2012-10-16 22:47:32 PDT
Let's use shadowHost() instead.
Comment 1 Shinya Kawanaka 2012-10-16 23:00:24 PDT
Created attachment 169094 [details]
Patch
Comment 2 Hajime Morrita 2012-10-16 23:46:09 PDT
Comment on attachment 169094 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        An effort to replace shadowAncestorNode() to shadowHost(), since shadowAncestorNode() is now deprecated.

s/to/with
Comment 3 Shinya Kawanaka 2012-10-17 00:14:46 PDT
Created attachment 169103 [details]
Patch
Comment 4 WebKit Review Bot 2012-10-17 00:43:01 PDT
Comment on attachment 169103 [details]
Patch

Clearing flags on attachment: 169103

Committed r131559: <http://trac.webkit.org/changeset/131559>
Comment 5 WebKit Review Bot 2012-10-17 00:43:04 PDT
All reviewed patches have been landed.  Closing bug.