Chromium Code Reviews| Index: Source/platform/heap/Visitor.cpp |
| diff --git a/Source/platform/heap/Visitor.cpp b/Source/platform/heap/Visitor.cpp |
| index bd7ed426038300464578d028e5a39dddb4a9b167..9772b1e339535b4123c056037b922d63ee64bd7c 100644 |
| --- a/Source/platform/heap/Visitor.cpp |
| +++ b/Source/platform/heap/Visitor.cpp |
| @@ -41,7 +41,7 @@ namespace blink { |
| // RETURN_GCINFO_INDEX) returns an incremented value of s_gcInfoIndex, |
| // the initial value of s_gcInfoIndex should be set to 0. |
| int s_gcInfoIndex = 0; |
| -const GCInfo* s_gcInfoMap[gcInfoIndexMax] = { 0 }; |
| +GCInfo const** s_gcInfoTable = 0; |
|
haraken
2015/01/06 08:08:04
0 => nullptr
sof
2015/01/06 08:19:18
Done.
|
| int Visitor::m_traceDepth = 0; |