| Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| index 26027b008264e638918d79f253b5c0600e7a2eb2..25330e9597c2015be699eee25376fe1aaf997410 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| @@ -584,7 +584,7 @@ WebInspector.HeapSnapshotGenericObjectNode.prototype = {
|
| case "array":
|
| value = (value || "") + "[]";
|
| break;
|
| - };
|
| + }
|
| if (this._reachableFromWindow)
|
| valueStyle += " highlight";
|
| if (value === "Object")
|
|
|