From 0c84835c24a6935e06a92626302895d02d5c265c Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Mon, 15 Oct 2012 15:44:34 -0700 Subject: [PATCH] Bug 542039 followup: Replace "namespace ... = mozilla::..." with "using namespace mozilla", to fix build error w/ --disable-accessibility. rs=tbsaunde --- layout/forms/nsFileControlFrame.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layout/forms/nsFileControlFrame.cpp b/layout/forms/nsFileControlFrame.cpp index 3e62c765a8e3..fe110dbd51a8 100644 --- a/layout/forms/nsFileControlFrame.cpp +++ b/layout/forms/nsFileControlFrame.cpp @@ -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