Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index 5c88a876ec422f042962579a55796107d27f1b84..ceb6f81ddf67b620bdb37a1c4e86d74f227fcea4 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -4460,6 +4460,7 @@ Handle<Value> HeapGraphEdge::GetName() const { |
| reinterpret_cast<const i::HeapGraphEdge*>(this); |
| switch (edge->type()) { |
| case i::HeapGraphEdge::CONTEXT_VARIABLE: |
| + case i::HeapGraphEdge::INTERNAL: |
| case i::HeapGraphEdge::PROPERTY: |
| return Handle<String>(ToApi<String>(i::Factory::LookupAsciiSymbol( |
| edge->name()))); |