Bug 119668 - Call to platformInitializeSharedWorkerProcess has no definition, dead code.
Summary: Call to platformInitializeSharedWorkerProcess has no definition, dead code.
Status: RESOLVED DUPLICATE of bug 121563
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Farler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-11 19:54 PDT by David Farler
Modified: 2013-11-18 11:45 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Farler 2013-08-11 19:54:23 PDT
This function has no definition and was removed:

WebKit2/UIProcess/SharedWorkers/SharedWorkerProcessProxy.cpp:    platformInitializeSharedWorkerProcess(parameters);
WebKit2/UIProcess/SharedWorkers/SharedWorkerProcessProxy.h:    void platformInitializeSharedWorkerProcess(SharedWorkerProcessCreationParameters&);

This function is left behind undefined with -O1 -g trunk ASAN builds. This bug tracks removing the dead code.
Comment 1 David Farler 2013-11-18 11:45:24 PST
Already removed in https://bugs.webkit.org/show_bug.cgi?id=121563

*** This bug has been marked as a duplicate of bug 121563 ***