Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 225a7db42e0cfab92c786cea07095731304ffa22..baeab70812a2457af336913b4ca35b115df038ac 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. |
|
Michael Starzinger
2015/09/29 12:28:11
The linter is confused by our gigantic second-orde
|
| #endif // V8_OBJECTS_H_ |