summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/js-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/js-proxy.h')
-rw-r--r--deps/v8/src/objects/js-proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/js-proxy.h b/deps/v8/src/objects/js-proxy.h
index 8e29c08bc1..c6bb844fe5 100644
--- a/deps/v8/src/objects/js-proxy.h
+++ b/deps/v8/src/objects/js-proxy.h
@@ -128,7 +128,7 @@ class JSProxyRevocableResult : public JSObject {
public:
// Layout description.
DEFINE_FIELD_OFFSET_CONSTANTS(
- JSObject::kHeaderSize, TORQUE_GENERATED_JSPROXY_REVOCABLE_RESULT_FIELDS)
+ JSObject::kHeaderSize, TORQUE_GENERATED_JS_PROXY_REVOCABLE_RESULT_FIELDS)
// Indices of in-object properties.
static const int kProxyIndex = 0;