Bug 203556

Summary: [GTK][WPE] Fix non-unified build after r251691
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cgarcia, clopez, commit-queue, webkit-bug-importer, youennf, zan
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Adrian Perez 2019-10-29 01:51:00 PDT
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.
Comment 1 Adrian Perez 2019-10-29 02:02:00 PDT
Created attachment 382168 [details]
Patch
Comment 2 WebKit Commit Bot 2019-10-29 07:36:39 PDT
Comment on attachment 382168 [details]
Patch

Clearing flags on attachment: 382168

Committed r251698: <https://trac.webkit.org/changeset/251698>
Comment 3 WebKit Commit Bot 2019-10-29 07:36:40 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-10-29 07:37:17 PDT
<rdar://problem/56705931>