Bug 97872

Summary: [Refactoring] DOMSelection should not use shadowAncestorNode
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Shinya Kawanaka <shinyak>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, morrita, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91821    
Attachments:
Description Flags
Patch none

Shinya Kawanaka
Reported 2012-09-28 00:06:43 PDT
in selectionShadowAncestor, we're using node->shadowAncestorNode(), but it's deprecated. We should use TreeScope::ancestorInThisScope here.
Attachments
Patch (1.54 KB, patch)
2012-09-28 00:12 PDT, Shinya Kawanaka
no flags
Shinya Kawanaka
Comment 1 2012-09-28 00:12:25 PDT
Dimitri Glazkov (Google)
Comment 2 2012-10-01 14:53:52 PDT
+1
WebKit Review Bot
Comment 3 2012-10-01 23:22:20 PDT
Comment on attachment 166159 [details] Patch Clearing flags on attachment: 166159 Committed r130124: <http://trac.webkit.org/changeset/130124>
WebKit Review Bot
Comment 4 2012-10-01 23:22:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.