[Webkit-unassigned] [Bug 199263] New: [GTK][WPE] Fix build non-unified builds after r246856

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 02:43:07 PDT 2019


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

            Bug ID: 199263
           Summary: [GTK][WPE] Fix build non-unified builds after r246856
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

Build error:

../Source/WebKit/UIProcess/API/C/WKMessageListener.cpp:33:12: error: use of undeclared identifier 'toAPI'
    return toAPI(API::MessageListener::APIType);
           ^
../Source/WebKit/UIProcess/API/C/WKMessageListener.cpp:38:5: error: use of undeclared identifier 'toImpl'
    toImpl(listenerRef)->sendReply(toImpl(value));
    ^
../Source/WebKit/UIProcess/API/C/WKMessageListener.cpp:38:36: error: use of undeclared identifier 'toImpl'
    toImpl(listenerRef)->sendReply(toImpl(value));
                                   ^

-- 
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/20190627/651335d6/attachment.html>


More information about the webkit-unassigned mailing list