зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
b7dede2930
Коммит
9bf396a791
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче