diff options
Diffstat (limited to 'chromium/v8/src/objects/debug-objects.h')
-rw-r--r-- | chromium/v8/src/objects/debug-objects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/v8/src/objects/debug-objects.h b/chromium/v8/src/objects/debug-objects.h index 415f456b1b4..22eea25481b 100644 --- a/chromium/v8/src/objects/debug-objects.h +++ b/chromium/v8/src/objects/debug-objects.h @@ -28,7 +28,6 @@ class DebugInfo : public TorqueGeneratedDebugInfo<DebugInfo, Struct> { public: NEVER_READ_ONLY_SPACE DEFINE_TORQUE_GENERATED_DEBUG_INFO_FLAGS() - using Flags = base::Flags<Flag>; // DebugInfo can be detached from the SharedFunctionInfo iff it is empty. bool IsEmpty() const; |