Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotProxy.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
index a0bfb995271617156d59194599ae7b13304822f6..df3724a069603ba747ecce2f8b74a3bd91622d91 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
@@ -297,8 +297,7 @@ WebInspector.HeapSnapshotLoaderProxy.prototype = { |
{ |
if (callback) |
callback(); |
- var showHiddenData = WebInspector.moduleSetting("showAdvancedHeapSnapshotProperties").get(); |
- this.callFactoryMethod(updateStaticData.bind(this), "buildSnapshot", WebInspector.HeapSnapshotProxy, showHiddenData); |
+ this.callFactoryMethod(updateStaticData.bind(this), "buildSnapshot", WebInspector.HeapSnapshotProxy); |
} |
/** |