Bug 542039 followup: Replace "namespace ... = mozilla::..." with "using namespace mozilla", to fix build error w/ --disable-accessibility. rs=tbsaunde

This commit is contained in:
Daniel Holbert 2012-10-15 15:44:34 -07:00
Родитель 27d5157e2b
Коммит 0c84835c24
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -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