summaryrefslogtreecommitdiff
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 cffe280097..9839f405f6 100644
--- a/deps/v8/src/objects/debug-objects.h
+++ b/deps/v8/src/objects/debug-objects.h
@@ -33,7 +33,7 @@ class DebugInfo : public Struct {
kDebugExecutionMode = 1 << 5
};
- typedef base::Flags<Flag> Flags;
+ using Flags = base::Flags<Flag>;
// A bitfield that lists uses of the current instance.
DECL_INT_ACCESSORS(flags)