| Index: src/heap-snapshot-generator.cc
 | 
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
 | 
| index 8dddf2cb18a689208ff5d7a76970f573c6e700fc..3fda04fa5bbc2af679c82fa6df0ca77bdd10ac47 100644
 | 
| --- a/src/heap-snapshot-generator.cc
 | 
| +++ b/src/heap-snapshot-generator.cc
 | 
| @@ -2162,7 +2162,7 @@ const char* V8HeapExplorer::GetStrongGcSubrootName(Object* object) {
 | 
|  #define SYMBOL_NAME(name) NAME_ENTRY(name)
 | 
|      PRIVATE_SYMBOL_LIST(SYMBOL_NAME)
 | 
|  #undef SYMBOL_NAME
 | 
| -#define SYMBOL_NAME(name, varname, description) NAME_ENTRY(name)
 | 
| +#define SYMBOL_NAME(name, description) NAME_ENTRY(name)
 | 
|      PUBLIC_SYMBOL_LIST(SYMBOL_NAME)
 | 
|  #undef SYMBOL_NAME
 | 
|  #undef NAME_ENTRY
 | 
| 
 |