Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 8566545a5fe34a795da963ca89b0121b8dc86cf2..a9d6fff6356f5b989bd1b3d180e20cfc731583d8 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -10624,6 +10624,8 @@ class KeyAccumulator final BASE_EMBEDDED { |
| int length_; |
| DISALLOW_COPY_AND_ASSIGN(KeyAccumulator); |
| }; |
| -} } // namespace v8::internal |
| + |
| +} // NOLINT, false-positive due to second-order macros. |
| +} // NOLINT, false-positive due to second-order macros. |
| #endif // V8_OBJECTS_H_ |