summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/property-descriptor-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/property-descriptor-object.h')
-rw-r--r--deps/v8/src/objects/property-descriptor-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/property-descriptor-object.h b/deps/v8/src/objects/property-descriptor-object.h
index 8c2628d131..7c90369be7 100644
--- a/deps/v8/src/objects/property-descriptor-object.h
+++ b/deps/v8/src/objects/property-descriptor-object.h
@@ -56,7 +56,7 @@ class PropertyDescriptorObject : public FixedArray {
static const int kSetOffset =
FixedArray::OffsetOfElementAt(PropertyDescriptorObject::kSetIndex);
- OBJECT_CONSTRUCTORS(PropertyDescriptorObject, FixedArray)
+ OBJECT_CONSTRUCTORS(PropertyDescriptorObject, FixedArray);
};
} // namespace internal