Bug 579614: Fix struct/class mismatch build warning. no-r

This commit is contained in:
Kyle Huey 2010-07-16 23:59:36 -07:00
parent 63ad20a8ac
commit 691730e071
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
#include "mozilla/ipc/PDocumentRendererNativeIDChild.h"
class nsIDOMWindow;
class gfxMatrix;
struct gfxMatrix;
namespace mozilla {
namespace ipc {

View File

@ -40,7 +40,7 @@
#include "mozilla/ipc/PDocumentRendererShmemChild.h"
class nsIDOMWindow;
class gfxMatrix;
struct gfxMatrix;
namespace mozilla {
namespace ipc {

View File

@ -72,7 +72,7 @@
#include "nsWeakReference.h"
#include "nsITabChild.h"
class gfxMatrix;
struct gfxMatrix;
namespace mozilla {
namespace dom {

View File

@ -55,7 +55,7 @@
class nsIURI;
class nsIDOMElement;
class gfxMatrix;
struct gfxMatrix;
struct JSContext;
struct JSObject;