| Index: Source/platform/heap/InlinedGlobalMarkingVisitor.h | 
| diff --git a/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/Source/platform/heap/InlinedGlobalMarkingVisitor.h | 
| index cf76a98b71f4166a4638cec8940d646f0ef5fdbd..42eea198159567b1759cc989eeecaff036b60305 100644 | 
| --- a/Source/platform/heap/InlinedGlobalMarkingVisitor.h | 
| +++ b/Source/platform/heap/InlinedGlobalMarkingVisitor.h | 
| @@ -58,10 +58,10 @@ public: | 
| protected: | 
| // Methods to be called from MarkingVisitorImpl. | 
|  | 
| -    inline bool checkSkipForObjectInTerminatingThreadHeap(const void*) | 
| +    inline bool shouldMarkObject(const void*) | 
| { | 
| // As this is global marking visitor, we need to mark all objects. | 
| -        return false; | 
| +        return true; | 
| } | 
|  | 
| #if ENABLE(GC_PROFILE_MARKING) | 
|  |