[webkit-reviews] review granted: [Bug 123704] Switch createContextualFragment to element iterator : [Attachment 215866] better patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 3 12:16:05 PST 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 123704: Switch createContextualFragment to element iterator
https://bugs.webkit.org/show_bug.cgi?id=123704

Attachment 215866: better patch
https://bugs.webkit.org/attachment.cgi?id=215866&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=215866&action=review


r=me

> Source/WebCore/editing/FrameSelection.cpp:1967
> +	       if (!contentDocument)
> +		   continue;

This looks new. Sneaky.


More information about the webkit-reviews mailing list