Bug 298338
| Summary: | Build failure with -DUSE_SOUP2=ON | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Gorse <mgorse> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Gorse
When building WebKitGTK 2.49.90 with libsoup2, I get the following error:
/home/abuild/rpmbuild/BUILD/webkitgtk-2.49.90/Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:106:100: error: ‘const T* WTF::Vector< <template-parameter-1-1>, <anonymous>, <template-parameter-1-3>, <anonymous>, <template-parameter-1-5> >::data() const [with T = unsigned char; long unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16; Malloc = WTF::FastMalloc]’ is private within this context
106 | soup_message_body_append(soupMessage->request_body, SOUP_MEMORY_TEMPORARY, vector->data(), vector->size());
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mike Gorse
Pull request: https://github.com/WebKit/WebKit/pull/50259
EWS
Committed 299523@main (b40c01a9087f): <https://commits.webkit.org/299523@main>
Reviewed commits have been landed. Closing PR #50259 and removing active labels.