[Webkit-unassigned] [Bug 177221] Remove DOM and styling support for CSS Regions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 18:49:08 PDT 2017


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #13 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 321305
  --> https://bugs.webkit.org/attachment.cgi?id=321305
patch

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

> Source/WebCore/inspector/InspectorCSSAgent.cpp:-906
> -void InspectorCSSAgent::getNamedFlowCollection(ErrorString& errorString, int documentNodeId, RefPtr<Inspector::Protocol::Array<Inspector::Protocol::CSS::NamedFlow>>& result)
> +void InspectorCSSAgent::getNamedFlowCollection(ErrorString&, int, RefPtr<Inspector::Protocol::Array<Inspector::Protocol::CSS::NamedFlow>>&)
>  {
> -    Document* document = m_domAgent->assertDocument(errorString, documentNodeId);

This is not a good state to leave this function in, we should remove inspector support for regions. I'll take a look.

-- 
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/20170921/03ffeb88/attachment.html>


More information about the webkit-unassigned mailing list