[Webkit-unassigned] [Bug 184081] Fails to build webkitgtk+ after git-svn-id: http://svn.webkit.org/repository/webkit/trunk at 229877 268f45cc-cd09-0410-ab3c-d52691b4dbfc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 09:10:52 PDT 2018


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Well this is weird. When I change it to:

#if ENABLE(CONTENT_FILTERING)
    if (frame->didHandleContentFilterUnblockNavigation(request))
        return receivedPolicyDecision(PolicyAction::Ignore, *frame, listenerID, &m_navigationState->navigation(newNavigationID), { });
#else
aoeunhtsaoeuhtns;
    UNUSED(newNavigationID);
#endif

then it fails to build, so the file is definitely compiled without ENABLE(CONTENT_FILTERING). I don't know why it doesn't work for you, and I don't know where UNUSED() is defined. Anyway, I clearly meant UNUSED_PARAM(), so I'll just change it.

-- 
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/20180328/75e7b90f/attachment.html>


More information about the webkit-unassigned mailing list