summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/js-list-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/js-list-format.h')
-rw-r--r--deps/v8/src/objects/js-list-format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/js-list-format.h b/deps/v8/src/objects/js-list-format.h
index df937722e6..1ff76790f9 100644
--- a/deps/v8/src/objects/js-list-format.h
+++ b/deps/v8/src/objects/js-list-format.h
@@ -104,7 +104,7 @@ class JSListFormat : public JSObject {
// Layout description.
DEFINE_FIELD_OFFSET_CONSTANTS(JSObject::kHeaderSize,
- TORQUE_GENERATED_JSLIST_FORMAT_FIELDS)
+ TORQUE_GENERATED_JS_LIST_FORMAT_FIELDS)
OBJECT_CONSTRUCTORS(JSListFormat, JSObject);
};