summaryrefslogtreecommitdiff
path: root/deps/v8/src/ic/handler-configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ic/handler-configuration.h')
-rw-r--r--deps/v8/src/ic/handler-configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/ic/handler-configuration.h b/deps/v8/src/ic/handler-configuration.h
index 1d9658e118..19ca5a9c6d 100644
--- a/deps/v8/src/ic/handler-configuration.h
+++ b/deps/v8/src/ic/handler-configuration.h
@@ -180,7 +180,7 @@ class LoadHandler final : public DataHandler {
// Decodes the KeyedAccessLoadMode from a {handler}.
static KeyedAccessLoadMode GetKeyedAccessLoadMode(MaybeObject handler);
- OBJECT_CONSTRUCTORS(LoadHandler, DataHandler)
+ OBJECT_CONSTRUCTORS(LoadHandler, DataHandler);
};
// A set of bit fields representing Smi handlers for stores and a HeapObject
@@ -301,7 +301,7 @@ class StoreHandler final : public DataHandler {
int descriptor, FieldIndex field_index,
Representation representation);
- OBJECT_CONSTRUCTORS(StoreHandler, DataHandler)
+ OBJECT_CONSTRUCTORS(StoreHandler, DataHandler);
};
} // namespace internal