RESOLVED WONTFIX Bug 88636
[Chromium] Fix compilation with ENABLE_SHARED_WORKERS=0
https://bugs.webkit.org/show_bug.cgi?id=88636
Summary [Chromium] Fix compilation with ENABLE_SHARED_WORKERS=0
Peter Beverloo
Reported 2012-06-08 02:06:28 PDT
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
Peter Beverloo
Comment 1 2013-04-08 11:05:46 PDT
Resolving as WontFix given that Chromium moved to Blink.
Note You need to log in before you can comment on or make changes to this bug.