| Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| index ba638beda1f09a70ee233604e06d643b33d31b77..fa48832a0e112f8fbcddf279e93b00db7b10cbf5 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -3943,7 +3943,7 @@ bool ReportMarkedPointer(HeapObjectHeader*) {
|
| // Do not try to mark the located heap object.
|
| return true;
|
| }
|
| -}
|
| +} // namespace
|
| #endif
|
|
|
| TEST(HeapTest, CheckAndMarkPointer) {
|
|
|