Backed out changeset 6b0e836a33a9 (bug 1316265) for leaks in Linux x64 devtools tests. r=backout

This commit is contained in:
Sebastian Hengst
2016-12-20 19:35:54 +01:00
parent 3115bb8104
commit 098c830dc0
3 changed files with 10 additions and 209 deletions

View File

@@ -1127,10 +1127,6 @@ DebuggerServer.ObjectActorPreviewers = {
grip.parameterNames = obj.parameterNames;
}
let type = DevToolsUtils.getProperty(obj, "constructor").name;
grip.isAsync = type === "AsyncFunction";
grip.isGenerator = type === "GeneratorFunction";
// Check if the developer has added a de-facto standard displayName
// property for us to use.
let userDisplayName;