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.
<rdar://problem/119697640>