Re-land this part of bug 305949 now that I've configure-tested the broken compiler (bug 334866)

This commit is contained in:
benjamin%smedbergs.us 2006-04-21 17:16:31 +00:00
Родитель 37a7e6c417
Коммит 034ef90a2a
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -49,10 +49,8 @@ class nsWeakReference;
// Set IMETHOD_VISIBILITY to empty so that the class-level NS_COM declaration
// controls member method visibility.
// XXXbsmedberg reverted to use NS_VISIBILITY_DEFAULT because this is exposing
// http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26905
#undef IMETHOD_VISIBILITY
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
#define IMETHOD_VISIBILITY
class NS_COM_GLUE nsSupportsWeakReference : public nsISupportsWeakReference
{