| Index: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| index 2e3a3fb18cfe7b7054faa6c1f640b6ee5c633d24..babf43c374d470e691c4c322ec6bcc2a614c7a70 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| @@ -1274,7 +1274,7 @@ WebInspector.HeapSnapshot.prototype = {
|
| function traceIdFilter(node)
|
| {
|
| return !!set[node.traceNodeId()];
|
| - };
|
| + }
|
| return traceIdFilter;
|
| },
|
|
|
|
|