Bug 88636

Summary: [Chromium] Fix compilation with ENABLE_SHARED_WORKERS=0
Product: WebKit Reporter: Peter Beverloo <peter>
Component: PlatformAssignee: 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
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.