mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Reverting this to use NS_VISIBILTY_DEFAULT because this exposed GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26905
This commit is contained in:
parent
a11f0e552b
commit
98dbbe6610
@ -49,8 +49,10 @@ 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
|
||||
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
|
||||
|
||||
class NS_COM_GLUE nsSupportsWeakReference : public nsISupportsWeakReference
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user