| Index: chrome/common/mac/objc_zombie.mm
|
| ===================================================================
|
| --- chrome/common/mac/objc_zombie.mm (revision 170824)
|
| +++ chrome/common/mac/objc_zombie.mm (working copy)
|
| @@ -116,11 +116,7 @@
|
| // 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.
|
|
|