[Webkit-unassigned] [Bug 223566] [WinCairo] RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(!WebKit::isInspectorPage(*this)) is failing just by openning Web Inspector since r274735

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 08:55:07 PDT 2021


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

Don Olmstead <don.olmstead at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |don.olmstead at sony.com

--- Comment #5 from Don Olmstead <don.olmstead at sony.com> ---
Comment on attachment 423861
  --> https://bugs.webkit.org/attachment.cgi?id=423861
WIP patch

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

> Source/WebKit/UIProcess/Inspector/win/InspectorResourceURLSchemeHandler.cpp:39
> +    auto path = URL(adoptCF(CFBundleCopyBundleURL(WebCore::webKitBundle())).get()).fileSystemPath();

Don't forget to add a USE(CF) check around this. Honestly if we can get the not USE(CF) path here that'd be about it for removing CFLite from WinCairo.

-- 
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/20210322/25c40ca7/attachment-0001.htm>


More information about the webkit-unassigned mailing list