Commit de8f3d4b authored by Shu-yu Guo's avatar Shu-yu Guo Committed by V8 LUCI CQ

Fix typo: DateView -> DataView

Change-Id: I7a06701ddbd94a0df175b1b5a4c99d01a316b816
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3763783Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81736}
parent 47207c26
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
namespace data_view { namespace data_view {
const kBuiltinNameByteLength: constexpr string = const kBuiltinNameByteLength: constexpr string =
'DateView.prototype.byteLength'; 'DataView.prototype.byteLength';
const kBuiltinNameByteOffset: constexpr string = const kBuiltinNameByteOffset: constexpr string =
'DateView.prototype.byteOffset'; 'DataView.prototype.byteOffset';
macro MakeDataViewGetterNameString(kind: constexpr ElementsKind): String { macro MakeDataViewGetterNameString(kind: constexpr ElementsKind): String {
if constexpr (kind == ElementsKind::UINT8_ELEMENTS) { if constexpr (kind == ElementsKind::UINT8_ELEMENTS) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment