Chromium Code Reviews| Index: Source/heap/HeapTest.cpp |
| diff --git a/Source/heap/HeapTest.cpp b/Source/heap/HeapTest.cpp |
| index 55c02897339210f1bcf493a0f381655c4be1f686..4b4a08c749e760b2c412dbf26502c5ffdbc0c08b 100644 |
| --- a/Source/heap/HeapTest.cpp |
| +++ b/Source/heap/HeapTest.cpp |
| @@ -529,7 +529,7 @@ public: |
| return new Bar(); |
| } |
| - void finalize() |
| + void finalizeGarbageCollectedObject() |
| { |
| EXPECT_TRUE(m_magic == magic); |
| m_magic = 0; |