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-09 09:40:26 +00:00
Родитель f91f78c51e
Коммит eec129c904
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -239,6 +239,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