Bug 119668
| Summary: | Call to platformInitializeSharedWorkerProcess has no definition, dead code. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Farler <dfarler> |
| Component: | WebKit2 | Assignee: | David Farler <dfarler> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
David Farler
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Farler
Already removed in https://bugs.webkit.org/show_bug.cgi?id=121563
*** This bug has been marked as a duplicate of bug 121563 ***