| Index: src/heap/incremental-marking.h
|
| diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
|
| index fb6e5cf6ab47be099da81231d24fe519c2b012de..1498be6a3487994f22e23da984739f67b41fbc91 100644
|
| --- a/src/heap/incremental-marking.h
|
| +++ b/src/heap/incremental-marking.h
|
| @@ -267,7 +267,7 @@ class IncrementalMarking {
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(IncrementalMarking);
|
| };
|
| -}
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_HEAP_INCREMENTAL_MARKING_H_
|
|
|