[Webkit-unassigned] [Bug 184081] New: 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 06:34:44 PDT 2018


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

            Bug ID: 184081
           Summary: Fails to build webkitgtk+ after git-svn-id:
                    http://svn.webkit.org/repository/webkit/trunk@229877
                    268f45cc-cd09-0410-ab3c-d52691b4dbfc
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcrha at redhat.com
                CC: bugs-noreply at webkitgtk.org, mcatanzaro at igalia.com

After commit 700788272e59413f03b1ba7ea4e896f16fe78a1b, which references itself as:

    Unreviewed, silence unused variable warning

    Patch by Michael Catanzaro <mcatanzaro at igalia.com> on 2018-03-22

    * UIProcess/WebPageProxy.cpp:
    (WebKit::WebPageProxy::decidePolicyForNavigationAction):

    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@229877 268f45cc-cd09-0410-ab3c-d52691b4dbfc

fails to build here. The only code change there was:

            return receivedPolicyDecision(PolicyAction::Ignore, *frame, listenerID, &m_navigationState->navigation(newNavigationID), { });
  +#else
  +    UNUSED(newNavigationID);
    #endif

where the 'UNUSED' is actually meant to be 'UNUSED_PARAM'.

-- 
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/26fa1f5d/attachment.html>


More information about the webkit-unassigned mailing list