[webkit-changes] [WebKit/WebKit] e70c40: Spelling fix for errorMessageForTransfer function
Brandon Stewart
noreply at github.com
Fri Jan 27 07:58:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e70c4066c8d887760f868e1d53a16cca761d0bf2
https://github.com/WebKit/WebKit/commit/e70c4066c8d887760f868e1d53a16cca761d0bf2
Author: Brandon Stewart <brandonstewart at apple.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M Source/JavaScriptCore/runtime/ArrayBuffer.cpp
M Source/JavaScriptCore/runtime/ArrayBuffer.h
M Source/WebCore/bindings/js/SerializedScriptValue.cpp
Log Message:
-----------
Spelling fix for errorMessageForTransfer function
https://bugs.webkit.org/show_bug.cgi?id=251250
Reviewed by Yusuke Suzuki.
Noticed incorrect spelling while browsing the code today.
Update errorMesasgeForTransfer to errorMessageForTransfer.
* Source/JavaScriptCore/runtime/ArrayBuffer.cpp:
(JSC::errorMessageForTransfer):
(JSC::errorMesasgeForTransfer): Deleted.
* Source/JavaScriptCore/runtime/ArrayBuffer.h:
* Source/WebCore/bindings/js/SerializedScriptValue.cpp:
(WebCore::SerializedScriptValue::create):
Canonical link: https://commits.webkit.org/259486@main
More information about the webkit-changes
mailing list