aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/debug-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/debug-objects.h')
-rw-r--r--deps/v8/src/objects/debug-objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/debug-objects.h b/deps/v8/src/objects/debug-objects.h
index 7901c995d5..cffe280097 100644
--- a/deps/v8/src/objects/debug-objects.h
+++ b/deps/v8/src/objects/debug-objects.h
@@ -139,7 +139,7 @@ class DebugInfo : public Struct {
// Id assigned to the function for debugging.
// This could also be implemented as a weak hash table.
- DECL_INT_ACCESSORS(debugging_id);
+ DECL_INT_ACCESSORS(debugging_id)
// Bit positions in |debugger_hints|.
#define DEBUGGER_HINTS_BIT_FIELDS(V, _) \