[Webkit-unassigned] [Bug 203556] New: [GTK][WPE] Fix non-unified build after r251691

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 01:51:00 PDT 2019


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

            Bug ID: 203556
           Summary: [GTK][WPE] Fix non-unified build after r251691
           Product: WebKit
           Version: WebKit Local Build
          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

Commit r251691 introduced the following build failure:

../Source/WebCore/bindings/js/ScriptModuleLoader.cpp:218:23: error: use of undeclared identifier 'JSInternalPromise'; did you mean 'JSC::JSInternalPromise'?
    auto* jsPromise = JSInternalPromise::create(globalObject.vm(), globalObject.internalPromiseStructure());
                      ^~~~~~~~~~~~~~~~~
                      JSC::JSInternalPromise
DerivedSources/ForwardingHeaders/JavaScriptCore/JSInternalPromise.h:42:7: note: 'JSC::JSInternalPromise' declared here
class JSInternalPromise final : public JSPromise {
      ^
1 error generated.

-- 
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/20191029/4e0f2ec2/attachment-0001.htm>


More information about the webkit-unassigned mailing list