зеркало из https://github.com/mozilla/gecko-dev.git
Bug 542039 followup: Replace "namespace ... = mozilla::..." with "using namespace mozilla", to fix build error w/ --disable-accessibility. rs=tbsaunde
This commit is contained in:
Родитель
27d5157e2b
Коммит
0c84835c24
|
@ -51,8 +51,7 @@
|
|||
#include "nsIDOMDragEvent.h"
|
||||
#include "nsContentList.h"
|
||||
|
||||
namespace a11y = mozilla::a11y;
|
||||
namespace dom = mozilla::dom;
|
||||
using namespace mozilla;
|
||||
|
||||
#define SYNC_TEXT 0x1
|
||||
#define SYNC_BUTTON 0x2
|
||||
|
|
Загрузка…
Ссылка в новой задаче