[Webkit-unassigned] [Bug 175752] Factor :before/:after render tree mutations into a RenderTreeUpdater helper class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 28 05:23:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175752

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 318598
  --> https://bugs.webkit.org/attachment.cgi?id=318598
patch

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

> Source/WebCore/style/RenderTreeUpdater.cpp:350
> -    FlowThreadController& flowThreadController = element.document().renderView()->flowThreadController();
> +    FlowThreadController& flowThreadController = renderView().flowThreadController();

This doesn't build (with CSS regions enabled), because this is a static function, so there's not this to call renderView().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170828/e199b6c4/attachment-0001.html>


More information about the webkit-unassigned mailing list