зеркало из https://github.com/mozilla/gecko-dev.git
Cannot forward declare a class used with an nsCOMPtr.
see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
This commit is contained in:
Родитель
71359f970b
Коммит
48e7853276
|
@ -27,7 +27,12 @@
|
|||
#include "nsIDOMBaseAppCore.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
class nsIDOMNode;
|
||||
// Cannot forward declare a class used with an nsCOMPtr.
|
||||
// see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
|
||||
// class nsIDOMNode;
|
||||
|
||||
#include "nsIDOMNode.h"
|
||||
|
||||
class nsIDOMDocument;
|
||||
class nsIScriptContext;
|
||||
class nsIDOMWindow;
|
||||
|
|
|
@ -28,9 +28,15 @@
|
|||
#include "nsIDOMToolkitCore.h"
|
||||
#include "nsBaseAppCore.h"
|
||||
|
||||
|
||||
class nsIDOMWindow;
|
||||
class nsIScriptContext;
|
||||
class nsIWebShellWindow;
|
||||
|
||||
// Cannot forward declare a class used with an nsCOMPtr.
|
||||
// see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
|
||||
//class nsIWebShellWindow;
|
||||
|
||||
#include "nsIWebShellWindow.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// nsToolbarCore:
|
||||
|
|
Загрузка…
Ссылка в новой задаче