Bug 695287 - Move Navigator declaration and definition outside of nsGlobalWindow.{h,cpp}. r=Ms2ger
This patch is creating Navigator.h and Navigator.cpp and makes Navigator part of the mozilla::dom namespace.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "nsPluginArray.h"
|
||||
#include "nsMimeTypeArray.h"
|
||||
#include "nsGlobalWindow.h"
|
||||
#include "Navigator.h"
|
||||
#include "nsIScriptGlobalObject.h"
|
||||
#include "nsIDOMNavigator.h"
|
||||
#include "nsIDOMMimeType.h"
|
||||
@@ -50,7 +50,10 @@
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsPluginHost.h"
|
||||
|
||||
nsPluginArray::nsPluginArray(nsNavigator* navigator,
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
|
||||
nsPluginArray::nsPluginArray(Navigator* navigator,
|
||||
nsIDocShell *aDocShell)
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
Reference in New Issue
Block a user