| Index: src/profiler/heap-snapshot-generator.h
|
| diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
|
| index 431d885866de73db2f5aa64ae0caeccee3787658..16b9b4c8fa552bd494bc8e2aaebdc30ca7ef0e48 100644
|
| --- a/src/profiler/heap-snapshot-generator.h
|
| +++ b/src/profiler/heap-snapshot-generator.h
|
| @@ -92,8 +92,7 @@ class HeapEntry BASE_EMBEDDED {
|
| kSynthetic = v8::HeapGraphNode::kSynthetic,
|
| kConsString = v8::HeapGraphNode::kConsString,
|
| kSlicedString = v8::HeapGraphNode::kSlicedString,
|
| - kSymbol = v8::HeapGraphNode::kSymbol,
|
| - kSimdValue = v8::HeapGraphNode::kSimdValue
|
| + kSymbol = v8::HeapGraphNode::kSymbol
|
| };
|
| static const int kNoEntry;
|
|
|
|
|