summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/access-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/access-info.h')
-rw-r--r--deps/v8/src/compiler/access-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/access-info.h b/deps/v8/src/compiler/access-info.h
index 54d402738b..808b8af0d1 100644
--- a/deps/v8/src/compiler/access-info.h
+++ b/deps/v8/src/compiler/access-info.h
@@ -87,7 +87,7 @@ class PropertyAccessInfo final {
PropertyAccessInfo();
bool Merge(PropertyAccessInfo const* that, AccessMode access_mode,
- Zone* zone) WARN_UNUSED_RESULT;
+ Zone* zone) V8_WARN_UNUSED_RESULT;
bool IsNotFound() const { return kind() == kNotFound; }
bool IsDataConstant() const { return kind() == kDataConstant; }