Summary: | CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in WebKit 2.42.3 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | dave | ||||
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | NEW --- | ||||||
Severity: | Normal | CC: | dave, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Local Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Created attachment 468933 [details] move member function from ifdef block The CloneSerializer::write(SerializableErrorType) function has been accidentally included in an #if ENABLE(WEB_CRYPTO) block, resulting in a build failure when web crypto is disabled. The included patch fixes the problem.