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