Bug 88636
| Summary: | [Chromium] Fix compilation with ENABLE_SHARED_WORKERS=0 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Peter Beverloo <peter> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | dslomov, jknotten, levin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 88533, 88637 | ||
Peter Beverloo
The following linking error shows up for Android when trying to compile content_shell while ENABLE_SHARED_WORKERS=0:
content_worker.a(out/Release/obj.target/content/../content_worker/content/worker/websharedworker_stub.o):
in function WebSharedWorkerStub::WebSharedWorkerStub(std::basic_string<unsigned short, base::string16_char_traits, std::allocator<unsigned short> > const&, int, WorkerAppCacheInitInfo const&):content/worker/websharedworker_stub.cc:37
error: undefined reference to 'WebKit::WebSharedWorker::create(WebKit::WebSharedWorkerClient*)'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Peter Beverloo
Resolving as WontFix given that Chromium moved to Blink.