Bustage fix for the bustage fix for bug 626602. Namespace statement is required, so just ifdef it for IPC builds. r+a=bustage fix

This commit is contained in:
Mark Banner 2011-02-16 19:43:36 -06:00
Родитель b7dede2930
Коммит 9bf396a791
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -240,7 +240,9 @@ static PRLogModuleInfo *nsObjectFrameLM = PR_NewLogModule("nsObjectFrame");
#endif
using namespace mozilla;
#ifdef MOZ_IPC
using namespace mozilla::plugins;
#endif
using namespace mozilla::layers;
// special class for handeling DOM context menu events because for