summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/mac/objc_zombie.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/mac/objc_zombie.mm b/chrome/common/mac/objc_zombie.mm
index cd6a31a..0f01a52 100644
--- a/chrome/common/mac/objc_zombie.mm
+++ b/chrome/common/mac/objc_zombie.mm
@@ -116,11 +116,7 @@ void ZombieDealloc(id self, SEL _cmd) {
// class without C++ destructors or associative references, so it
// won't hurt anything.
objc_destructInstance(self);
- // TODO(shess): Temporarily disable clearing the object to debug
- // http://crbug.com/154483
-#if 0
memset(self, '!', size);
-#endif
// If the instance is big enough, make it into a fat zombie and have
// it remember the old |isa|. Otherwise make it a regular zombie.