[webkit-reviews] review granted: [Bug 157443] Copying content with shadow DOM doesn't copy any contents : [Attachment 351459] Fixed GTK+ build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 19:32:53 PDT 2018


Wenson Hsieh <wenson_hsieh at apple.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 157443: Copying content with shadow DOM doesn't copy any contents
https://bugs.webkit.org/show_bug.cgi?id=157443

Attachment 351459: Fixed GTK+ build

https://bugs.webkit.org/attachment.cgi?id=351459&action=review




--- Comment #12 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 351459
  --> https://bugs.webkit.org/attachment.cgi?id=351459
Fixed GTK+ build

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

> Source/WebCore/editing/markup.cpp:633
> +    for (Node* n = startNode; n != pastEnd; lastNode = n, n = next) {

auto*?

> Source/WebCore/editing/markup.cpp:833
> +    Node* nodeA = commonScope->ancestorNodeInThisScope(a.containerNode());

auto*


More information about the webkit-reviews mailing list