mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Follow up to bug 534136, fix TestStaticAtoms test failure. r=sicking
This commit is contained in:
parent
00a1a4c107
commit
3fff3e1706
@ -44,9 +44,13 @@
|
||||
#include "MoreTestingAtomList.h"
|
||||
#undef MORE_TESTING_ATOM
|
||||
|
||||
#define MORE_TESTING_ATOM(name_, value_) NS_STATIC_ATOM_BUFFER(name_##_buffer, value_)
|
||||
#include "MoreTestingAtomList.h"
|
||||
#undef MORE_TESTING_ATOM
|
||||
|
||||
static const nsStaticAtom MoreTestingAtoms_info[] = {
|
||||
|
||||
#define MORE_TESTING_ATOM(name_, value_) NS_STATIC_ATOM(value_, &MoreTestingAtoms::name_),
|
||||
#define MORE_TESTING_ATOM(name_, value_) NS_STATIC_ATOM(name_##_buffer, &MoreTestingAtoms::name_),
|
||||
#include "MoreTestingAtomList.h"
|
||||
#undef MORE_TESTING_ATOM
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user