Bug 88636 - [Chromium] Fix compilation with ENABLE_SHARED_WORKERS=0
Summary: [Chromium] Fix compilation with ENABLE_SHARED_WORKERS=0
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 88533 88637
  Show dependency treegraph
 
Reported: 2012-06-08 02:06 PDT by Peter Beverloo
Modified: 2013-04-08 11:05 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Beverloo 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*)'
Comment 1 Peter Beverloo 2013-04-08 11:05:46 PDT
Resolving as WontFix given that Chromium moved to Blink.